зеркало из https://github.com/Azure/ms-rest-js.git
Remove redundant assignment
This commit is contained in:
Родитель
5ff7cd54cd
Коммит
5fd6b70d34
|
@ -240,7 +240,6 @@ export class WebResource {
|
|||
const result = new WebResource(this.url, this.method, this.body, this.query, this.headers, this.rawResponse, this.abortSignal);
|
||||
result.formData = this.formData;
|
||||
result.operationSpec = this.operationSpec;
|
||||
result.abortSignal = this.abortSignal;
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче