We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9574e commit 145c423Copy full SHA for 145c423
src/modules/transfer-http/transfer-http.ts
@@ -87,7 +87,7 @@ export class TransferHttp {
87
withCredentials?: boolean;
88
}): Observable<any> {
89
// tslint:disable-next-line:no-shadowed-variable
90
- return this.getData('put', url, options, (methdo: string, url: string, options: any) => {
+ return this.getData('put', url, options, (method: string, url: string, options: any) => {
91
return this.httpClient.put(url, options);
92
});
93
}
0 commit comments