Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden.ma authored and aiden.ma committed Oct 6, 2024
1 parent 56d8c32 commit b9abed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func buildAnonymousFieldInfo(info *fieldInfo, lowerCaseName string, ft reflect.T

func buildFieldsInfo(tp reflect.Type, fullName string, cache fieldCache) (*fieldInfo, error) {
tp = mapping.Deref(tp)

if info, ok := cache[tp]; ok {
return info, nil
}
Expand Down

0 comments on commit b9abed7

Please sign in to comment.