fix: deprecated variable
This commit is contained in:
parent
6d52e869d1
commit
8b055159c7
@ -10,8 +10,6 @@
|
|||||||
```
|
```
|
||||||
will return the route of the first chat component, if exists, or triggers an error.
|
will return the route of the first chat component, if exists, or triggers an error.
|
||||||
|
|
||||||
|
|
||||||
Okay. This file really needs a cleanup now... Emergency, have to release for Friday...
|
|
||||||
-
|
-
|
||||||
let routes = new Set();
|
let routes = new Set();
|
||||||
const getRoute = (type, returnFirst = false) => {
|
const getRoute = (type, returnFirst = false) => {
|
||||||
@ -62,7 +60,6 @@
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
var federations = {};
|
var federations = {};
|
||||||
let federationRegistering = "";
|
|
||||||
|
|
||||||
for component of components
|
for component of components
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user