Skip to content

Commit

Permalink
remove unused setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Nov 20, 2024
1 parent f77ad30 commit 958c477
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1818,10 +1818,6 @@ class Recorder {
// @ts-expect-error - TS2339 - Property 'payload' does not exist on type 'RequestResponseInfo'.
reqresp.payload = new Uint8Array(payload);

if (request.rangeRemoved) {
reqresp.extraOpts["rangeRemoved"] = "1";
}

const data = reqresp.toDBRecord(
// @ts-expect-error - TS2339 - Property 'payload' does not exist on type 'RequestResponseInfo'.
reqresp.payload,
Expand Down

0 comments on commit 958c477

Please sign in to comment.