From 80caa6df46afe3bfe3c5113024d773e4d338a3bb Mon Sep 17 00:00:00 2001 From: Moqavem Date: Tue, 26 Nov 2024 22:58:47 +0330 Subject: [PATCH] Update bale.js --- server/notification-providers/bale.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/notification-providers/bale.js b/server/notification-providers/bale.js index 46d234c73..28c03c7d1 100644 --- a/server/notification-providers/bale.js +++ b/server/notification-providers/bale.js @@ -14,7 +14,10 @@ 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: { "content-type": "application/json",