From d7cc58510183240c41b3abc31d3ca97367aaee1e Mon Sep 17 00:00:00 2001 From: Gero Gerke <11deutron11@gmail.com> Date: Tue, 5 Oct 2021 20:42:44 +0200 Subject: [PATCH] Update server/notification-providers/matrix.js Co-authored-by: Adam Stachowicz --- server/notification-providers/matrix.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/notification-providers/matrix.js b/server/notification-providers/matrix.js index 4593be6a6..581218ea7 100644 --- a/server/notification-providers/matrix.js +++ b/server/notification-providers/matrix.js @@ -3,7 +3,6 @@ const axios = require("axios"); const Crypto = require('crypto') class Matrix extends NotificationProvider { - name = "matrix"; async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {