mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-17 11:44:38 -05:00
fix google chat type mismatch
This commit is contained in:
parent
8f3ec33591
commit
f8c5015e3f
@ -6,7 +6,7 @@ const { DOWN, UP } = require("../../src/util");
|
|||||||
|
|
||||||
class GoogleChat extends NotificationProvider {
|
class GoogleChat extends NotificationProvider {
|
||||||
|
|
||||||
name = "Google Chat";
|
name = "Google Chat (Google Workspace only)";
|
||||||
|
|
||||||
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
|
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
|
||||||
let okMsg = "Sent Successfully.";
|
let okMsg = "Sent Successfully.";
|
||||||
|
Loading…
Reference in New Issue
Block a user