Skip to content

Commit

Permalink
Fixing bug in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Oct 7, 2019
1 parent a44c0e2 commit 3e7d171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const getAllCompositeAggregationData = async <BucketType>(
return getAllCompositeAggregationData(
framework,
request,
query,
newQuery,
previousBuckets.concat(currentBuckets)
);
};
Expand Down

0 comments on commit 3e7d171

Please sign in to comment.