Add trailing comma
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
97f77d141a
commit
68e81ddd79
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const trustedWebInstances = [
|
||||||
"chat.fosdem.org",
|
"chat.fosdem.org",
|
||||||
"chat.mozilla.org",
|
"chat.mozilla.org",
|
||||||
"webchat.kde.org",
|
"webchat.kde.org",
|
||||||
"app.gitter.im"
|
"app.gitter.im",
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue