Skip to content

Commit

Permalink
Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg committed Jan 17, 2024
1 parent 8ea6ba9 commit c34027a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public FilteringRoleMapper(FileRolesStore fileRolesStore, UserRoleMapper delegat
public void resolveRoles(UserData user, ActionListener<Set<String>> listener) {
delegate.resolveRoles(user, ActionListener.wrap((roles -> {
if (fileRolesStore == null) {
logger.info("Skipping filtering role mapper");
logger.info("Skipping filtering role mapper...");
listener.onResponse(roles);
return;
}
Expand Down

0 comments on commit c34027a

Please sign in to comment.