fix indentation

This commit is contained in:
Jamie 2021-08-23 04:42:18 -07:00 committed by GitHub
parent c4b881a525
commit 2d3afdaa83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,10 +33,10 @@ declare global {
} }
const ALLOWED_ORIGINS = [ const ALLOWED_ORIGINS = [
location.hostname, location.hostname,
'app.revolt.chat', 'app.revolt.chat',
'nightly.revolt.chat', 'nightly.revolt.chat',
'local.revolt.chat', 'local.revolt.chat',
]; ];
// Handler for code block copy. // Handler for code block copy.