mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-18 18:38:07 +00:00
fix google chat type mismatch
This commit is contained in:
parent
8f3ec33591
commit
f8c5015e3f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue