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 b09ad35 commit 419efdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdcontroller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export class HDProxydClient {
size: number, key: string, log: werelogs.RequestLogger,
callback: HDProxydCallback, params: Params,
payload: object | undefined): void {
//tslint:disable-next-line:no-any
// tslint:disable-next-line:no-any
const headers = ( params.headers ? params.headers : {}) as { 'content-length'?: number; [key: string]: any };
const req = this._createRequestHeader(method, headers, key, params,
log);
Expand Down

0 comments on commit 419efdf

Please sign in to comment.