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 2, 2024
1 parent c7a8ae1 commit 9ec14ab
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 @@ -180,7 +180,6 @@ export class HDProxydClient {
reqHeaders['X-Scal-Trace-Ids'] = reqUids;
if (params && params.range) {
reqHeaders.Range = `bytes=${params.range[0]}-${params.range[1]}`;

}
let realPath: string;
if (key === '/job/delete') {
Expand Down

0 comments on commit 9ec14ab

Please sign in to comment.