diff --git a/src/queries.ts b/src/queries.ts index 595677b..b14146b 100644 --- a/src/queries.ts +++ b/src/queries.ts @@ -269,6 +269,8 @@ function launchWorker(mod: Module): [Worker, Err] { const msgData: presentKeyData = { key: moduleKey, rootPrivateKey: activeKey, + // @ts-ignore + rootKey: activeKey, }; const msg: moduleQuery = { method: "presentKey",