From 28f4fb233fff18c5e089c3cf46175bd9e9c51831 Mon Sep 17 00:00:00 2001 From: "Pargorn.Ru" Date: Sat, 25 Jan 2025 15:39:32 +0700 Subject: [PATCH] remove comments --- server/notification-providers/onechat.js | 1 - 1 file changed, 1 deletion(-) 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,