fix: Variable e is not accessed (reportUnusedVariable)

This commit is contained in:
Yeuoly 2025-10-30 16:14:13 +08:00
parent 501698d844
commit e9078eedbd
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ class TriggerSubscriptionBuilderService:
response=response,
)
return response
except Exception as e:
except Exception:
logger.exception("Error during validation endpoint dispatch for endpoint_id=%s", endpoint_id)
error_response = Response(status=500, response="An internal error has occurred.")
cls.append_log(endpoint_id=endpoint_id, request=request, response=error_response)