Skip to content

Commit

Permalink
🐛 AccessControllerへの参照をpointer修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Feb 23, 2024
1 parent 5d8a00d commit 9dcb727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/pkg/uc/org/org.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type (
OrgUseCase struct {
orgQ query.Org
formQ query.Form
accessC access.AccessController
accessC *access.AccessController
}
OrgInput struct {
Ctx context.Context
Expand Down

0 comments on commit 9dcb727

Please sign in to comment.