refactor(logging): remove unused logger instances and enhance error logging in webhook steps
This commit is contained in:
@@ -69,4 +69,3 @@ async def handler(request: ApiRequest, ctx: FlowContext[Any]) -> ApiResponse:
|
||||
status=500,
|
||||
body={'error': 'Internal server error', 'details': str(e)}
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user