mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
utilize extractAdress helper
This commit is contained in:
parent
0325c14d42
commit
a19f417896
|
@ -48,7 +48,7 @@ class Slack extends NotificationProvider {
|
|||
|
||||
}
|
||||
|
||||
if (monitorJSON.url) {
|
||||
if (this.extractAdress(monitorJSON)) {
|
||||
actions.push({
|
||||
"type": "button",
|
||||
"text": {
|
||||
|
|
Loading…
Reference in a new issue