diff --git a/services/webhook.py b/services/webhook.py index 34c9389f..3c941ec3 100644 --- a/services/webhook.py +++ b/services/webhook.py @@ -17,7 +17,7 @@ from services.schema import request_graphql_data from settings import ADMIN_SECRET, WEBHOOK_SECRET -async def check_webhook_existence() -> bool: +async def check_webhook_existence(): logger.info("check_webhook_existence called") headers = {