Skip to content

Commit

Permalink
to solve @tomasdavidorg review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny authored Mar 26, 2024
1 parent 895f159 commit c13b3d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ static QueryMode convert(final String mode) {
try {
return QueryMode.valueOf(mode.toUpperCase());
} catch (IllegalArgumentException ignored) {
LOGGER.warn("Invalid Argument provided. DEFAULT query mode will be used.");
}
return QueryMode.DEFAULT;
}
Expand Down

0 comments on commit c13b3d6

Please sign in to comment.