fix: deprecated variable

This commit is contained in:
Jean-Baptiste Pasquier 2021-07-05 19:19:59 +02:00
parent 6d52e869d1
commit 8b055159c7
1 changed files with 0 additions and 3 deletions

View File

@ -10,8 +10,6 @@
```
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();
const getRoute = (type, returnFirst = false) => {
@ -62,7 +60,6 @@
return result;
}
var federations = {};
let federationRegistering = "";
for component of components
-