Skip to content

Commit

Permalink
Merge pull request #131 from astefanutti/pr-cherry-pick-114920
Browse files Browse the repository at this point in the history
UPSTREAM: 114920: fix: applyconfiguration-gen fails on map to struct …
  • Loading branch information
ncdc authored Feb 17, 2023
2 parents aaa28aa + 7b3b70f commit 6ebb9f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func (t refGraph) applyConfigForType(field *types.Type) *types.Type {
return &types.Type{
Kind: types.Map,
Elem: t.applyConfigForType(field.Elem),
Key: t.applyConfigForType(field.Key),
}
}
return field
Expand Down

0 comments on commit 6ebb9f0

Please sign in to comment.