mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 13:17:43 +08:00
fixed formatting mistakes
This commit is contained in:
@@ -32,7 +32,7 @@ class SevenIO extends NotificationProvider {
|
||||
return okMsg;
|
||||
}
|
||||
|
||||
let address = extractAdress(monitorJSON);
|
||||
let address = this.extractAdress(monitorJSON);
|
||||
if (address !== "") {
|
||||
address = `(${address}) `;
|
||||
}
|
||||
|
Reference in New Issue
Block a user