From 5da46eba2b0fcb3bb3a7e5bf5fd880c81e454149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Raiti?= <46955459+Secreto31126@users.noreply.github.com> Date: Thu, 2 Jan 2025 04:14:41 -0300 Subject: [PATCH] f --- src/middleware/express.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/middleware/express.ts b/src/middleware/express.ts index 48cc21b6..41a018d3 100644 --- a/src/middleware/express.ts +++ b/src/middleware/express.ts @@ -49,8 +49,6 @@ export class WhatsAppAPI extends WhatsAppAPIMiddleware { req.header("x-hub-signature-256") ?? "" ); - this.post(req.body); - return 200; } catch (e) { // In case the JSON.parse fails ¯\_(ツ)_/¯