Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski committed Oct 4, 2023
1 parent 3ad52f0 commit af2f001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export abstract class BatchSpanProcessorBase<T extends BufferConfig>
promises.push(this._export(spans));
}
if (this._flushInProgress) {
promises.push(this._flushInProgress)
promises.push(this._flushInProgress);
}
Promise.all(promises)
.then(() => {
Expand Down

0 comments on commit af2f001

Please sign in to comment.