Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/EDGPATRON-161' into EDGPATRON-161
Browse files Browse the repository at this point in the history
  • Loading branch information
gurleenkaurbp committed Dec 27, 2024
2 parents b37bcad + 3ca8415 commit 40ddf84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/folio/edge/patron/PatronHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ private String validateIdentifiers(String emailId, String externalSystemId) {
return null;
}



@Override
protected void invalidApiKey(RoutingContext ctx, String msg) {
accessDenied(ctx, msg);
Expand Down

0 comments on commit 40ddf84

Please sign in to comment.