Add trailing comma

Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Eric Eastwood 2023-02-17 14:08:24 -06:00 committed by GitHub
parent 97f77d141a
commit 68e81ddd79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const trustedWebInstances = [
"chat.fosdem.org",
"chat.mozilla.org",
"webchat.kde.org",
"app.gitter.im"
"app.gitter.im",
];
/**