Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Apr 25, 2024
2 parents 68c9652 + 13efc0e commit 540bb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ protected <T extends SearchRequest> void fillSearchRequestParams(

String sourceParam = webRequest.getParameter("source");
if (!Strings.isNullOrEmpty(sourceParam)) {
request.setSource(Source.valueOf(Source.class,"sourceParam"));
request.setSource(Source.valueOf(sourceParam));
}

String sourceIdParam = webRequest.getParameter("sourceId");
Expand Down

0 comments on commit 540bb31

Please sign in to comment.