Skip to content

Commit

Permalink
self rev
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fbudzynski committed Dec 16, 2024
1 parent 8987603 commit 05914c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/poc/generator/resource_helper_methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func containsFieldNames(fields []*Field, names ...string) bool {
}

for _, name := range names {
if !slices.Contains(names, name) {
if !slices.Contains(fieldNames, name) {
return false
}
}
Expand Down

0 comments on commit 05914c3

Please sign in to comment.