Skip to content

Commit

Permalink
[EDGPATRON-161] - Extend get API for /patron/registration-status with…
Browse files Browse the repository at this point in the history
… {externalSystemId}
  • Loading branch information
gurleenkaurbp committed Dec 27, 2024
1 parent 40ddf84 commit f1be11e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/folio/edge/patron/PatronHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ public void handleGetPatronRegistrationStatus(RoutingContext ctx) {

String validationError = validateIdentifiers(emailId, externalSystemId);
if (validationError != null) {
logger.warn("handleGetPatronRegistrationStatus:: " + validationError);
ctx.response()
.setStatusCode(400)
.putHeader(HttpHeaders.CONTENT_TYPE, APPLICATION_JSON)
Expand Down

0 comments on commit f1be11e

Please sign in to comment.