From 5b322aaa4609f5f8b243fb65802f58fde233692e Mon Sep 17 00:00:00 2001 From: Danilo Melo <54605570+melo-danilo@users.noreply.github.com> Date: Tue, 18 Oct 2022 17:39:54 -0300 Subject: [PATCH] Update webhook.js --- server/notification-providers/webhook.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/notification-providers/webhook.js b/server/notification-providers/webhook.js index d4933cf02..903804308 100644 --- a/server/notification-providers/webhook.js +++ b/server/notification-providers/webhook.js @@ -11,9 +11,7 @@ class Webhook extends NotificationProvider { try { let data = { - heartbeat: heartbeatJSON, - monitor: monitorJSON, - msg, + text: msg }; let finalData; let config = {};