diff --git a/server/notification-providers/bale.js b/server/notification-providers/bale.js index 46d234c7..28c03c7d 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",