make decision works
This commit is contained in:
parent
2b53a1bf5e
commit
5632e28331
@ -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(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user