Skip to content

Commit 13a2dec

Browse files
authoredMar 12, 2019
fix(deltaSync): Make sure query manager is initialized
Related to this issue https://forums.aws.amazon.com/thread.jspa?messageID=893237&#893237
1 parent 920b47d commit 13a2dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/aws-appsync/src/deltaSync.ts

+1
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ const effect = async <TCache extends NormalizedCacheObject>(
417417

418418
boundSaveSnapshot(store, client.cache);
419419

420+
client.initQueryManager();
420421
const dataStore = client.queryManager.dataStore;
421422
const enqueuedActionsFilter = [mutationsConfig.enqueueAction];
422423
enquededMutations

0 commit comments

Comments
 (0)
Failed to load comments.