*Formatting
This commit is contained in:
parent
a9c8990baa
commit
b6b419ec06
|
@ -212,10 +212,10 @@ async function setup() {
|
||||||
await client.sync();
|
await client.sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
async function handleReady(aq:ActiveQuery){
|
async function handleReady(aq: ActiveQuery) {
|
||||||
await moduleReady;
|
await moduleReady;
|
||||||
|
|
||||||
aq.respond();
|
aq.respond();
|
||||||
}
|
}
|
||||||
|
|
||||||
function mapToObj(map: Map<any, any> | undefined): Object | undefined {
|
function mapToObj(map: Map<any, any> | undefined): Object | undefined {
|
||||||
|
|
Loading…
Reference in New Issue