Skip to content

Commit

Permalink
Disable cache restore
Browse files Browse the repository at this point in the history
  • Loading branch information
starloveit committed Mar 26, 2019
1 parent 997e3d8 commit 42e9729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-appsync/src/link/offline-link.ts
Expand Up @@ -240,7 +240,7 @@ const effect = async <TCache extends NormalizedCacheObject>(
} = store.getState();

// Restore from cache snapshot
client.cache.restore(cacheSnapshot as TCache);
// client.cache.restore(cacheSnapshot as TCache);

const dataStore = client.queryManager.dataStore;

Expand Down

0 comments on commit 42e9729

Please sign in to comment.