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;