Skip to content

Commit

Permalink
fix failing linter
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Dec 17, 2024
1 parent fc102a2 commit a2d01ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/middleware/authorization.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (am *authorizationMiddleware) ListMembers(ctx context.Context, session auth
PatID: session.ID,
OptionalDomainID: session.DomainID,
PlatformEntityType: smqauth.PlatformUsersScope,
OptionalDomainEntityType: smqauth.DomainThingsScope,
OptionalDomainEntityType: smqauth.DomainClientsScope,
Operation: smqauth.ListOp,
EntityIDs: smqauth.AnyIDs{}.Values(),
}); err != nil {
Expand Down

0 comments on commit a2d01ef

Please sign in to comment.