Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Nov 2, 2023
1 parent 55bc688 commit 1fae185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private void internalUsersApiRequestHandlers(RequestHandler.RequestHandlersBuild

}

protected final ValidationResult<SecurityConfiguration> filterUsers(SecurityDynamicConfiguration users, UserFilterType userType) {
protected final ValidationResult<SecurityConfiguration> filterUsers(SecurityDynamicConfiguration<?> users, UserFilterType userType) {
userService.includeAccountsIfType(users, userType);
return ValidationResult.success(SecurityConfiguration.of(users.getCType().toString(), users));

Expand Down

0 comments on commit 1fae185

Please sign in to comment.