Update src/components/notifications/index.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Gero Gerke
2021-10-05 20:42:36 +02:00
committed by GitHub
parent 5decfb9fad
commit 8c357a04bf

View File

@@ -40,7 +40,7 @@ const NotificationFormList = {
"pushbullet": Pushbullet,
"line": Line,
"mattermost": Mattermost,
"matrix": Matrix
"matrix": Matrix,
}
export default NotificationFormList