make decision works

This commit is contained in:
fyears 2021-11-07 15:00:22 +08:00
parent 2b53a1bf5e
commit 5632e28331

View File

@ -335,7 +335,7 @@ export const getSyncPlan = async (
password
);
for (const [key, val] of Object.entries(mixedStates)) {
getOperation(val, true);
getOperation(val, true, password);
}
const plan = {
ts: Date.now(),