mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
chore: clean up code
This commit is contained in:
2
external/lang
vendored
2
external/lang
vendored
Submodule external/lang updated: e010e46ee9...1394a12799
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user