From 064fe50e3836ec90e68a2cd092f249ce97359f61 Mon Sep 17 00:00:00 2001 From: Muhammed Hussein karimi Date: Fri, 26 Aug 2022 17:06:13 +0430 Subject: [PATCH] Update src/components/notifications/index.js Co-authored-by: Adam Stachowicz --- src/components/notifications/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js index 2ea178a93..e5570c80a 100644 --- a/src/components/notifications/index.js +++ b/src/components/notifications/index.js @@ -82,7 +82,7 @@ const NotificationFormList = { "telegram": Telegram, "webhook": Webhook, "WeCom": WeCom, - "GoAlert": GoAlert + "GoAlert": GoAlert, }; export default NotificationFormList;