Skip to content

Commit

Permalink
chore: bump quarkus version
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinet committed Jan 24, 2024
1 parent e2e39e9 commit 57fc944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public Set<String> getRoles() {

@Override
public boolean hasRole(String role) {
return roles.contains(role);
return getRoles().contains(role);
}

@Override
Expand Down

0 comments on commit 57fc944

Please sign in to comment.