[chore]: Separated Simbrella to bank calls
This commit is contained in:
@@ -51,8 +51,6 @@ class TokenValidationService:
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"An error occurred: {str(e)}", exc_info=True)
|
||||
return ResponseHelper.error(
|
||||
message="An internal error occurred",
|
||||
status_code=500,
|
||||
return ResponseHelper.internal_server_error(
|
||||
error=str(e)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user