Skip to content

Commit

Permalink
fix google chat type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bilipp committed Jan 5, 2022
1 parent 8f3ec33 commit f8c5015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/notification-providers/google-chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down

0 comments on commit f8c5015

Please sign in to comment.