pull/1205/head
Arjun Komath 2 years ago committed by GitHub
parent 74c584f544
commit 51b7a2badb

@ -92,7 +92,6 @@ class Notification {
* Throw Error with fail msg
*/
static async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
console.log("this.providerList[notification.type]", this.providerList[notification.type])
if (this.providerList[notification.type]) {
return this.providerList[notification.type].send(notification, msg, monitorJSON, heartbeatJSON);
} else {

Loading…
Cancel
Save