From 8c357a04bfdf824741e870006e28c773ef08414d Mon Sep 17 00:00:00 2001 From: Gero Gerke <11deutron11@gmail.com> Date: Tue, 5 Oct 2021 20:42:36 +0200 Subject: [PATCH] Update src/components/notifications/index.js Co-authored-by: Adam Stachowicz --- src/components/notifications/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js index 6dd9ed92..fab4075e 100644 --- a/src/components/notifications/index.js +++ b/src/components/notifications/index.js @@ -40,7 +40,7 @@ const NotificationFormList = { "pushbullet": Pushbullet, "line": Line, "mattermost": Mattermost, - "matrix": Matrix + "matrix": Matrix, } export default NotificationFormList