fix: update object data
This commit is contained in:
parent
b914067e85
commit
4408dae8eb
|
@ -268,7 +268,7 @@ function launchWorker(mod: Module): [Worker, Err] {
|
||||||
const moduleKey = deriveChildKey(activeKey, path);
|
const moduleKey = deriveChildKey(activeKey, path);
|
||||||
const msgData: presentKeyData = {
|
const msgData: presentKeyData = {
|
||||||
key: moduleKey,
|
key: moduleKey,
|
||||||
rootKey: activeKey,
|
rootPrivateKey: activeKey,
|
||||||
};
|
};
|
||||||
const msg: moduleQuery = {
|
const msg: moduleQuery = {
|
||||||
method: "presentKey",
|
method: "presentKey",
|
||||||
|
|
Loading…
Reference in New Issue