Skip to content

Commit

Permalink
Update interactors_generator.go
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Nov 23, 2023
1 parent 04bbf1c commit b1a835b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/interactors_generator/interactors_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
CRUDLMethodList CRUDLMethod = "List"
)

// String returns the string representation of the CRUDL method.
func (m CRUDLMethod) String() string {
return string(m)
}
Expand Down

0 comments on commit b1a835b

Please sign in to comment.