fix lint errors
This commit is contained in:
parent
f5c0d7da5e
commit
2ac410df00
|
@ -80,7 +80,8 @@ function _getWebWelcomePageRoute(state) {
|
|||
}
|
||||
} else {
|
||||
// Web: if the welcome page is disabled, go directly to a random room.
|
||||
let url = new URL(window.location.href);
|
||||
const url = new URL(window.location.href);
|
||||
|
||||
url.pathname += generateRoomWithoutSeparator();
|
||||
route.href = url.href;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue