diff --git a/app/webhooks/handlers.py b/app/webhooks/handlers.py index 3ea5841..df17663 100644 --- a/app/webhooks/handlers.py +++ b/app/webhooks/handlers.py @@ -5,7 +5,7 @@ from .core import GenericJsonPayload, GenericJsonTransformConfig -@webhook_activity_logger +@webhook_activity_logger() async def webhook_handler(payload: GenericJsonPayload, integration=None, webhook_config: GenericJsonTransformConfig = None): print(f"Webhook handler executed with integration: {integration}. \nPayload: {payload}. \nConfig: {webhook_config}") if isinstance(payload, list):