From 62537cfad0c31bff03064a9482cd704220e55cde Mon Sep 17 00:00:00 2001 From: Moqavem Date: Tue, 26 Nov 2024 23:01:31 +0330 Subject: [PATCH] Update bale.js --- server/notification-providers/bale.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/notification-providers/bale.js b/server/notification-providers/bale.js index 28c03c7d1..4b06ab27b 100644 --- a/server/notification-providers/bale.js +++ b/server/notification-providers/bale.js @@ -14,9 +14,9 @@ class Bale extends NotificationProvider { try { await axios.post( `${url}/bot${notification.baleBotToken}/sendMessage`, - { - chat_id: notification.baleChatID, - text: msg + { + chat_id: notification.baleChatID, + text: msg }, { headers: {