From 7fa1e3c84d630d09542265e59996ebd67f9e59b9 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 11 Feb 2018 17:25:41 +0000 Subject: Remove key verification webhook message --- pysite/views/api/asana.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pysite') diff --git a/pysite/views/api/asana.py b/pysite/views/api/asana.py index 11f38ea7..4424367b 100644 --- a/pysite/views/api/asana.py +++ b/pysite/views/api/asana.py @@ -23,12 +23,6 @@ class IndexView(APIView): def post(self, asana_key): if asana_key != ASANA_KEY: - self.send_webhook( - title="Asana", - description=f"Key verification failed\nExpected: `{ASANA_KEY}`\nGot: `{asana_key}`", - color=COLOUR_RED - ) - return self.error(ErrorCodes.unauthorized) if "X-Hook-Secret" in request.headers: # Confirm to Asana that we would like to make this hook -- cgit v1.2.3