mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
fix eslint
This commit is contained in:
parent
56c547f00a
commit
bd70abce6e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class YZJ extends NotificationProvider {
|
|||
try {
|
||||
|
||||
if (heartbeatJSON != null) {
|
||||
msg = `${this.statusToString(heartbeatJSON["status"])} ${monitorJSON["name"]} \n> ${heartbeatJSON["msg"]}\n> Time (${heartbeatJSON["timezone"]}): ${heartbeatJSON["localDateTime"]}`
|
||||
msg = `${this.statusToString(heartbeatJSON["status"])} ${monitorJSON["name"]} \n> ${heartbeatJSON["msg"]}\n> Time (${heartbeatJSON["timezone"]}): ${heartbeatJSON["localDateTime"]}`;
|
||||
}
|
||||
|
||||
let params = {
|
||||
|
|
Loading…
Add table
Reference in a new issue