mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 02:15:59 +03:00
Update server/notification.js
This commit is contained in:
parent
268c8e50f5
commit
7c94c3b502
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ class Notification {
|
|||
if (heartbeatJSON == null) {
|
||||
let data = {'text': "Uptime Kuma Slack testing successful.", 'channel': notification.slackchannel, 'username': notification.slackusername, 'icon_emoji': notification.slackiconemo}
|
||||
await axios.post(notification.slackwebhookURL, data)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue