Skip to content

Commit

Permalink
ALS-6511: Reverting unecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Aug 16, 2024
1 parent 157567c commit 6a1ff89
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ public Response queryResult(
+ "returned by the /query endpoint as the \"picsureResultId\" in the response object"
) @PathParam("queryId") UUID queryId, @Parameter QueryRequest credentialsQueryRequest, @Context HttpHeaders headers
) {
Response response = queryService.queryResult(queryId, credentialsQueryRequest, headers);
return response;
return queryService.queryResult(queryId, credentialsQueryRequest, headers);
}

@POST
Expand Down

0 comments on commit 6a1ff89

Please sign in to comment.