Browse Source

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
commit
d7cc585101
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      server/notification-providers/matrix.js

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

Loading…
Cancel
Save