Browse Source

Update notification.js

pull/61/head
Niyas 4 years ago
committed by GitHub
parent
commit
01f2fccb23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      server/notification.js

2
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"
}
]
}

Loading…
Cancel
Save