Skip to content

Commit

Permalink
Remove useless parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Apr 4, 2024
1 parent ffc4907 commit 06a5df5
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ public Stream<GroupWithLinkRepresentation> getGroupsWithLink(@QueryParam("search
@Tag(name = KeycloakOpenAPI.Admin.Tags.GROUPS)
@Operation(summary = "Get groups")
public Map<String, Long> countGroupsWithLink(@QueryParam("search") String search,
@QueryParam("link") String federationLink,
@QueryParam("exact") @DefaultValue("false") Boolean exact,
@QueryParam("first") Integer firstResult,
@QueryParam("max") Integer maxResults) {
@QueryParam("link") String federationLink) {

GroupPermissionEvaluator groupsEvaluator = auth.groups();
groupsEvaluator.requireList();
Expand Down

0 comments on commit 06a5df5

Please sign in to comment.