diff --git a/server/notification-providers/onechat.js b/server/notification-providers/onechat.js index e2f170049..463ef9786 100644 --- a/server/notification-providers/onechat.js +++ b/server/notification-providers/onechat.js @@ -19,7 +19,6 @@ class OneChat extends NotificationProvider { Authorization: "Bearer " + notification.accessToken, }, }; - // Send a test message if the monitor is null if (heartbeatJSON == null) { const testMessage = { to: notification.recieverId,