Skip to content

Commit

Permalink
chore: Update byte-range-context.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Potsides <[email protected]>
  • Loading branch information
SgtPooki and achingbrain authored Mar 15, 2024
1 parent b48c672 commit 5fc7ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/verified-fetch/src/utils/byte-range-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class ByteRangeContext {
*/
public fileSize: Readonly<number | null | undefined>
private readonly _contentRangeHeaderValue: string | undefined
private _body: SupportedBodyTypes | null = null
private _body: SupportedBodyTypes = null
private readonly _rangeRequestHeader: string | undefined
private readonly log: Logger
private _isValidRangeRequest: boolean | null = null
Expand Down

0 comments on commit 5fc7ceb

Please sign in to comment.