Skip to content

Commit

Permalink
Update src/hdcontroller.ts
Browse files Browse the repository at this point in the history
Co-authored-by: William <[email protected]>
  • Loading branch information
benzekrimaha and williamlardier authored Oct 9, 2024
1 parent eefe675 commit b6da02c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hdcontroller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ export class HDProxydClient {
reqHeaders['X-Scal-Request-Uids'] = reqUids;
reqHeaders['X-Scal-Trace-Ids'] = reqUids;
if (params && params.range) {

reqHeaders.Range = `bytes=${params.range[0]}-${params.range[1]}`;

}
Expand Down

0 comments on commit b6da02c

Please sign in to comment.