From 01f2fccb2379e764c4b52a6c961532823fade815 Mon Sep 17 00:00:00 2001 From: Niyas Date: Sat, 17 Jul 2021 18:59:26 +0530 Subject: [PATCH] Update notification.js --- server/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/notification.js b/server/notification.js index 5639ae9c..aa32438a 100644 --- a/server/notification.js +++ b/server/notification.js @@ -168,7 +168,7 @@ class Notification { "text": "Visit Uptime Kuma", }, "value": "Uptime-Kuma", - "url": "https://github.com/louislam/uptime-kuma" || notification.slackbutton + "url": notification.slackbutton || "https://github.com/louislam/uptime-kuma" } ] }