fix indentation
parent
c4b881a525
commit
2d3afdaa83
|
|
@ -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 New Issue