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 388abfc commit 546e125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/sdk/poc/generator/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ func (s *Operation) withHelperStructs(helperStructs ...*Field) *Operation {
return s
}

func (i *Operation) withObjectInterface(objectInterface *Interface) *Operation {
i.ObjectInterface = objectInterface
return i
func (s *Operation) withObjectInterface(objectInterface *Interface) *Operation {
s.ObjectInterface = objectInterface
return s
}

func addShowMapping(op *Operation, from, to *Field) {
Expand Down

0 comments on commit 546e125

Please sign in to comment.