Merge branch 'master' into logging

This commit is contained in:
Andreas Brett 2021-11-29 20:32:42 +01:00 committed by GitHub
commit a13bdaac84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 3867 additions and 3497 deletions

View file

@ -24,6 +24,7 @@ const AliyunSms = require("./notification-providers/aliyun-sms");
const DingDing = require("./notification-providers/dingding");
const Bark = require("./notification-providers/bark");
const { log_info } = require("../src/util");
const SerwerSMS = require("./notification-providers/serwersms");
class Notification {
@ -59,6 +60,7 @@ class Notification {
new Telegram(),
new Webhook(),
new Bark(),
new SerwerSMS(),
];
for (let item of list) {