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. 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
- -