Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Jan 15, 2025
1 parent f9b0315 commit b97ba7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public ResponseEntity<WsExchangeTokenResponse> exchangeToken(final String caller
wsExchangeTokenResponseBuilder.identifier(wsIdentifierBuilder.build());

return ResponseEntity.ok(wsExchangeTokenResponseBuilder.build());

} catch (final Exception e) {
log.error("", e);
return ResponseEntity.unprocessableEntity().build();
Expand Down

0 comments on commit b97ba7c

Please sign in to comment.