Jelajahi Sumber

Fix cloud data sync issue with Upstash (#4563)

ruban 1 tahun lalu
induk
melakukan
1da7d81122
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      app/store/sync.ts

+ 2 - 1
app/store/sync.ts

@@ -115,6 +115,7 @@ export const useSyncStore = createPersistStore(
       }
     
       await client.set(config.username, JSON.stringify(localState));
+
       this.markSyncTime();
     },    
 
@@ -146,4 +147,4 @@ export const useSyncStore = createPersistStore(
       return newState as any;
     },
   },
-);
+);