feat: fix webdav 逻辑

This commit is contained in:
butterfly
2024-04-12 13:40:37 +08:00
parent 79f342439a
commit ee15c14049
3 changed files with 17 additions and 7 deletions

View File

@@ -104,6 +104,7 @@ export const useSyncStore = createPersistStore(
setLocalAppState(localState);
} catch (e) {
console.log("[Sync] failed to get remote state", e);
throw e;
}
await client.set(config.username, JSON.stringify(localState));