From 5632e28331837fe416950b0ce33248baa6edf65a Mon Sep 17 00:00:00 2001 From: fyears Date: Sun, 7 Nov 2021 15:00:22 +0800 Subject: [PATCH] make decision works --- src/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sync.ts b/src/sync.ts index d2ef4f5..ff28937 100644 --- a/src/sync.ts +++ b/src/sync.ts @@ -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(),