fix google chat type mismatch

pull/1130/head
Philipp Bischoff 2 years ago
parent 8f3ec33591
commit f8c5015e3f

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

Loading…
Cancel
Save