mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-22 22:13:20 +02:00
Update bale.js
This commit is contained in:
parent
65c97bfad2
commit
80caa6df46
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user