Commit b6ce65b4 authored by nanahira's avatar nanahira

fix

parent 3074c2d7
......@@ -130,10 +130,6 @@ class InventoryBuilder {
this.routeLists.mycard.push(c);
}
}
// temp user before gateways
this.routeLists.ladder_needed = raw_utility.ladderNeeded.value.split(',').map((m) => {
return m.trim();
});
const vars = {
routeLists: this.routeLists,
routeListNames: Object.keys(this.routeLists),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment