Skip to content

Commit 145c423

Browse files
authored
Update transfer-http.ts
1 parent dc9574e commit 145c423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/transfer-http/transfer-http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class TransferHttp {
8787
withCredentials?: boolean;
8888
}): Observable<any> {
8989
// tslint:disable-next-line:no-shadowed-variable
90-
return this.getData('put', url, options, (methdo: string, url: string, options: any) => {
90+
return this.getData('put', url, options, (method: string, url: string, options: any) => {
9191
return this.httpClient.put(url, options);
9292
});
9393
}

0 commit comments

Comments
 (0)