style(serwersms): add missing trailing commas

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
kffl
2021-11-27 13:16:17 +01:00
committed by GitHub
co-authored by Adam Stachowicz
parent c1267e9b3b
commit 186c11540f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const NotificationFormList = {
"matrix": Matrix,
"DingDing": DingDing,
"Bark": Bark,
"serwersms": SerwerSMS
"serwersms": SerwerSMS,
}
export default NotificationFormList