From 7c94c3b50298eb2de64aefeaf313ea4ed88f19ad Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Sun, 18 Jul 2021 09:42:34 +0000 Subject: [PATCH] Update server/notification.js --- server/notification.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/notification.js b/server/notification.js index 63811be7a..1435614aa 100644 --- a/server/notification.js +++ b/server/notification.js @@ -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; }