Update src/components/notifications/index.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Muhammed Hussein karimi
2022-08-26 17:06:13 +04:30
committed by GitHub
parent a8ea76e8a1
commit 064fe50e38

View File

@@ -82,7 +82,7 @@ const NotificationFormList = {
"telegram": Telegram,
"webhook": Webhook,
"WeCom": WeCom,
"GoAlert": GoAlert
"GoAlert": GoAlert,
};
export default NotificationFormList;