mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Lint
This commit is contained in:
parent
75ab618c05
commit
2cc50d35c6
@ -72,8 +72,7 @@ export function loadSession(opts) {
|
||||
const fragmentQueryParams = opts.fragmentQueryParams || {};
|
||||
const defaultDeviceDisplayName = opts.defaultDeviceDisplayName;
|
||||
|
||||
return new Promise.resolve().then(() => {
|
||||
|
||||
return Promise.resolve().then(() => {
|
||||
if (!guestHsUrl) {
|
||||
console.warn("Cannot enable guest access: can't determine HS URL to use");
|
||||
enableGuest = false;
|
||||
|
Loading…
Reference in New Issue
Block a user