Merge branch 'louislam:master' into logging

This commit is contained in:
Andreas Brett 2021-12-07 18:21:56 +01:00 committed by GitHub
commit e684712a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 260 additions and 368 deletions

View file

@ -25,6 +25,7 @@ const DingDing = require("./notification-providers/dingding");
const Bark = require("./notification-providers/bark");
const { log_info } = require("../src/util");
const SerwerSMS = require("./notification-providers/serwersms");
const Stackfield = require("./notification-providers/stackfield");
class Notification {
@ -61,6 +62,7 @@ class Notification {
new Webhook(),
new Bark(),
new SerwerSMS(),
new Stackfield(),
];
for (let item of list) {