mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 19:32:10 +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;
|
||||
}
|
||||
|
@@ -38,7 +38,7 @@ const TechulusPush = require("./notification-providers/techulus-push");
|
||||
const Telegram = require("./notification-providers/telegram");
|
||||
const Webhook = require("./notification-providers/webhook");
|
||||
const WeCom = require("./notification-providers/wecom");
|
||||
const GoAlert = require("./notification-providers/goalert")
|
||||
const GoAlert = require("./notification-providers/goalert");
|
||||
|
||||
class Notification {
|
||||
|
||||
|
Reference in New Issue
Block a user