From 2e12fb2f295dae7a4d9dc9a94af5f7d9b6b301cd Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Wed, 27 Mar 2024 23:55:17 +0100 Subject: [PATCH] Update server/notification.js Co-authored-by: Frank Elsinga --- server/notification.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/notification.js b/server/notification.js index b68e7a6c..154d212b 100644 --- a/server/notification.js +++ b/server/notification.js @@ -57,6 +57,7 @@ const ServerChan = require("./notification-providers/serverchan"); const ZohoCliq = require("./notification-providers/zoho-cliq"); const GtxMessaging = require("./notification-providers/gtx-messaging"); const Cellsynt = require("./notification-providers/cellsynt"); + class Notification { providerList = {};