mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 03:16:54 +08:00
goalert provider missing semicolon fix for linter
This commit is contained in:
@@ -12,7 +12,7 @@ class GoAlert extends NotificationProvider {
|
||||
let parameters = {
|
||||
token: notification.goAlertToken,
|
||||
summary: msg,
|
||||
}
|
||||
};
|
||||
if (heartbeatJSON["status"] === UP) {
|
||||
parameters["action"] = closeAction;
|
||||
}
|
||||
|
Reference in New Issue
Block a user