Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed Apr 26, 2024
1 parent 7798e85 commit 985fa48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ public String getAuths(MultiValueMap<String,String> queryParameters, QueryLogic<
queryLogic.preInitialize(query, AuthorizationsUtil.buildAuthorizations(currentUser.getAuthorizations()));
}

// the query principal is our local principal unless the query logic has a ddifferent user operations
// the query principal is our local principal unless the query logic has a different user operations
ProxiedUserDetails queryPrincipal = ((queryLogic.getUserOperations() == null) ? currentUser
: queryLogic.getUserOperations().getRemoteUser(currentUser));

Expand Down

0 comments on commit 985fa48

Please sign in to comment.