From f8c5015e3f32a288b6a1a4b3f0be5712fd555e60 Mon Sep 17 00:00:00 2001
From: Philipp Bischoff
Date: Wed, 5 Jan 2022 23:44:14 +0100
Subject: [PATCH] fix google chat type mismatch
---
server/notification-providers/google-chat.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/notification-providers/google-chat.js b/server/notification-providers/google-chat.js
index 1610553c7..04c92623d 100644
--- a/server/notification-providers/google-chat.js
+++ b/server/notification-providers/google-chat.js
@@ -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.";