remove comments

This commit is contained in:
Pargorn.Ru 2025-01-25 15:39:32 +07:00
parent f0eaa46a02
commit 28f4fb233f

View file

@ -19,7 +19,6 @@ class OneChat extends NotificationProvider {
Authorization: "Bearer " + notification.accessToken, Authorization: "Bearer " + notification.accessToken,
}, },
}; };
// Send a test message if the monitor is null
if (heartbeatJSON == null) { if (heartbeatJSON == null) {
const testMessage = { const testMessage = {
to: notification.recieverId, to: notification.recieverId,