Skip to content

Commit

Permalink
fix(replay): Remove hasCheckout reset in _finishRequest
Browse files Browse the repository at this point in the history
This was mistakenly added.
  • Loading branch information
billyvg committed Oct 29, 2024
1 parent 3333aea commit 6cadd10
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export class EventBufferCompressionWorker implements EventBuffer {
this._earliestTimestamp = null;
this._totalSize = 0;
this._totalEvents = 0;
this.hasCheckout = false;

return response;
}
Expand Down

0 comments on commit 6cadd10

Please sign in to comment.