Skip to content

Commit

Permalink
feature: Fixed issue where projection in the controller params was re…
Browse files Browse the repository at this point in the history
…ferencing a point to a Projection
  • Loading branch information
akeemphilbert committed May 2, 2024
1 parent e33008a commit ff48a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type ControllerParams struct {
Logger Log
CommandDispatcher CommandDispatcher
ResourceRepository *ResourceRepository
DefaultProjection *Projection
DefaultProjection Projection
Projections map[string]Projection
Schema *openapi3.T
PathMap map[string]*openapi3.PathItem
Expand Down

0 comments on commit ff48a9f

Please sign in to comment.