make decision works

This commit is contained in:
fyears
2021-11-07 15:00:22 +08:00
parent 2b53a1bf5e
commit 5632e28331
+1 -1
View File
@@ -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(),