Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: merge snapshot data
Browse files Browse the repository at this point in the history
  • Loading branch information
ishowta committed Feb 15, 2022
1 parent 333bd97 commit e7e009f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GraphQueryListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ export class GraphQueryListener {
this.result = {
...this.result,
...newSnapshot,
data: {
...this.result.data,
...newSnapshot.data,
},
};
}
this.logger.debug('updateSnapshot', newSnapshot, this.result, dryRun);
Expand Down

0 comments on commit e7e009f

Please sign in to comment.