diff --git a/src/index.ts b/src/index.ts index eb631f8..1d8f6a4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -78,6 +78,8 @@ async function setup() { node.services.p2p.onNewPeer(s5peer, true); }); } -async function ready() { +async function ready(aq: ActiveQuery) { await moduleReadyDefer.promise; + + aq.respond(); }