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