chore: clean up code
parent
45db185292
commit
50b1c49fce
|
|
@ -1 +1 @@
|
||||||
Subproject commit e010e46ee9f226373a253c351b50ccdeea1c8b50
|
Subproject commit 1394a127994951e19603be77ce2233c8133e3a81
|
||||||
|
|
@ -73,14 +73,10 @@ export default class Ordering implements Store, Persistent<Data>, Syncable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.info("out1", out);
|
|
||||||
|
|
||||||
for (const id of known) {
|
for (const id of known) {
|
||||||
out.push(this.state.client!.servers.get(id)!);
|
out.push(this.state.client!.servers.get(id)!);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.info("out2", out);
|
|
||||||
|
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue