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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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