fixed formatting mistakes

This commit is contained in:
Frank Elsinga
2024-06-13 17:04:38 +02:00
committed by GitHub
parent c9132adfc7
commit 9f563adc1a
4 changed files with 6 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ class SevenIO extends NotificationProvider {
return okMsg;
}
let address = extractAdress(monitorJSON);
let address = this.extractAdress(monitorJSON);
if (address !== "") {
address = `(${address}) `;
}