Update server/notification-providers/matrix.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Gero Gerke
2021-10-05 20:42:44 +02:00
committed by GitHub
parent 8c357a04bf
commit d7cc585101

View File

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