refactor(logging): remove unused logger instances and enhance error logging in webhook steps

This commit is contained in:
bsiggel
2026-03-08 22:21:08 +00:00
parent 1c765d1eec
commit 6c3cf3ca91
14 changed files with 72 additions and 60 deletions

View File

@@ -69,4 +69,3 @@ async def handler(request: ApiRequest, ctx: FlowContext[Any]) -> ApiResponse:
status=500,
body={'error': 'Internal server error', 'details': str(e)}
)
)