just trigger build

This commit is contained in:
cbmland 2024-07-14 12:53:39 +08:00
parent fdf02982de
commit 21c69fdf9c

View File

@ -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 === "") {