mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix indentation
This commit is contained in:
parent
c4b881a525
commit
2d3afdaa83
1 changed files with 4 additions and 4 deletions
|
@ -33,10 +33,10 @@ declare global {
|
|||
}
|
||||
|
||||
const ALLOWED_ORIGINS = [
|
||||
location.hostname,
|
||||
'app.revolt.chat',
|
||||
'nightly.revolt.chat',
|
||||
'local.revolt.chat',
|
||||
location.hostname,
|
||||
'app.revolt.chat',
|
||||
'nightly.revolt.chat',
|
||||
'local.revolt.chat',
|
||||
];
|
||||
|
||||
// Handler for code block copy.
|
||||
|
|
Loading…
Reference in a new issue