Update server/notification-providers/matrix.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/567/head
Gero Gerke 3 years ago committed by GitHub
parent 8c357a04bf
commit d7cc585101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save