Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Mar 28, 2022
1 parent 94e1364 commit 62eee09
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ export class ExplicitBucketHistogramAggregation extends Aggregation {
if (infinityIndex === -1) {
infinityIndex = undefined;
}
boundaries = boundaries.slice(minusInfinityIndex + 1, infinityIndex);
this._boundaries = boundaries;
this._boundaries = boundaries.slice(minusInfinityIndex + 1, infinityIndex);
}

createAggregator(_instrument: InstrumentDescriptor) {
Expand Down

0 comments on commit 62eee09

Please sign in to comment.