Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Oct 14, 2023
1 parent 60449b4 commit 3570179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public QueryStatus query(

@Context SecurityContext context
) {
if (dataQueryRequest instanceof GeneralQueryRequest) {
if (isInstitutionQuery == null || !isInstitutionQuery) {
return queryService.query(dataQueryRequest, headers);
} else {
String email = context.getUserPrincipal().getName();
Expand Down

0 comments on commit 3570179

Please sign in to comment.