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) {