mirror of
https://github.com/revoltchat/revite.git
synced 2025-01-13 07:51:27 -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 = [
|
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.
|
||||||
|
|
Loading…
Reference in a new issue