Skip to content

Commit

Permalink
Update ApiGateway.java
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Nov 9, 2023
1 parent 6b66426 commit ed43f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rebuild/api/ApiGateway.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void api(HttpServletRequest request, HttpServletResponse response) {

String knownError = KnownExceptionConverter.convert2ErrorMsg(ex);
if (knownError != null) errorMsg = "Server Internal Error : " + knownError;

} finally {
UserContextHolder.clear();
}
Expand Down

0 comments on commit ed43f89

Please sign in to comment.