make decision works
This commit is contained in:
parent
2b53a1bf5e
commit
5632e28331
@ -335,7 +335,7 @@ export const getSyncPlan = async (
|
|||||||
password
|
password
|
||||||
);
|
);
|
||||||
for (const [key, val] of Object.entries(mixedStates)) {
|
for (const [key, val] of Object.entries(mixedStates)) {
|
||||||
getOperation(val, true);
|
getOperation(val, true, password);
|
||||||
}
|
}
|
||||||
const plan = {
|
const plan = {
|
||||||
ts: Date.now(),
|
ts: Date.now(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user