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 57fc944 commit beb6e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private Set<String> loadFinalRoles() {
return roles;
}
if (roles.isEmpty()) {
return roles;
return lazyRoles.get();
}
Set<String> result = Sets.newHashSet(roles);
result.addAll(lazyRoles.get());
Expand Down

0 comments on commit beb6e7f

Please sign in to comment.