Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
Signed-off-by: punkerpunker <gleb.vazhenin@team.bumble.dev>
  • Loading branch information
punkerpunker committed Apr 8, 2024
1 parent 40e98e7 commit 3cea4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/rbac.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (c *GrpcClient) RemoveUserRole(ctx context.Context, username string, role s
if err != nil {
return err
}

return handleRespStatus(resp)
}

Expand Down

0 comments on commit 3cea4a8

Please sign in to comment.