|
|
@ -14,7 +14,10 @@ class Bale extends NotificationProvider {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
await axios.post(
|
|
|
|
await axios.post(
|
|
|
|
`${url}/bot${notification.baleBotToken}/sendMessage`,
|
|
|
|
`${url}/bot${notification.baleBotToken}/sendMessage`,
|
|
|
|
{ chat_id: notification.baleChatID, text: msg },
|
|
|
|
{
|
|
|
|
|
|
|
|
chat_id: notification.baleChatID,
|
|
|
|
|
|
|
|
text: msg
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
headers: {
|
|
|
|
headers: {
|
|
|
|
"content-type": "application/json",
|
|
|
|
"content-type": "application/json",
|
|
|
|