mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-25 13:05:55 +00:00
Update bale.js
This commit is contained in:
parent
80caa6df46
commit
62537cfad0
1 changed files with 3 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue