Skip to content

Commit

Permalink
chore: fix q filter for list user grant
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifosmin Simon authored and Lifosmin Simon committed Sep 15, 2023
1 parent 3bd8e74 commit 86d4b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/handler/v1beta1/grant.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func (s *GRPCServer) ListUserGrants(ctx context.Context, req *guardianv1beta1.Li
}

filter := domain.ListGrantsFilter{
Q: req.GetQ(),
Statuses: req.GetStatuses(),
AccountIDs: req.GetAccountIds(),
AccountTypes: req.GetAccountTypes(),
Expand Down

0 comments on commit 86d4b15

Please sign in to comment.