From 68e81ddd7920fee8e7d565b9b725a5592a6afe01 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 17 Feb 2023 14:08:24 -0600 Subject: [PATCH] Add trailing comma Co-authored-by: Travis Ralston --- src/open/clients/Element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open/clients/Element.js b/src/open/clients/Element.js index b822a0d..e43199f 100644 --- a/src/open/clients/Element.js +++ b/src/open/clients/Element.js @@ -24,7 +24,7 @@ const trustedWebInstances = [ "chat.fosdem.org", "chat.mozilla.org", "webchat.kde.org", - "app.gitter.im" + "app.gitter.im", ]; /**