Merge remote-tracking branch 'origin/master'

This commit is contained in:
Louis Lam
2022-01-06 14:47:21 +08:00
4 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ const { DOWN, UP } = require("../../src/util");
class GoogleChat extends NotificationProvider {
name = "Google Chat";
name = "GoogleChat";
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
let okMsg = "Sent Successfully.";