From 2594a33b28ea0fcf14d947f4dce340b2928f9afa Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Tue, 26 Mar 2024 08:36:43 +0100 Subject: [PATCH] Update server/notification.js Co-authored-by: Frank Elsinga --- server/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/notification.js b/server/notification.js index 8a5870f1..078c54c4 100644 --- a/server/notification.js +++ b/server/notification.js @@ -128,7 +128,7 @@ class Notification { new WeCom(), new GoAlert(), new ZohoCliq(), - new Cellsynt() + new Cellsynt(), ]; for (let item of list) { if (! item.name) {