From 21c69fdf9c07d6ead4441248c6f57f8067f65149 Mon Sep 17 00:00:00 2001 From: cbmland Date: Sun, 14 Jul 2024 12:53:39 +0800 Subject: [PATCH] just trigger build --- app/store/sync.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/store/sync.ts b/app/store/sync.ts index 10f42ec3a..77d6ee78d 100644 --- a/app/store/sync.ts +++ b/app/store/sync.ts @@ -99,6 +99,7 @@ export const useSyncStore = createPersistStore( const client = this.getClient(); //console.log("===== accessStore", accessStore); + try { const remoteState = await client.get(config.username); if (!remoteState || remoteState === "") {