зеркало из https://github.com/Azure/ms-rest-js.git
Fix linter failure
This commit is contained in:
Родитель
bf0dded471
Коммит
a876fc6217
|
@ -36,6 +36,7 @@ export class InMemoryHttpResponse implements HttpResponse {
|
|||
}
|
||||
|
||||
get readableStreamBody(): ReadableStream | NodeJS.ReadableStream | null {
|
||||
// tslint:disable-next-line no-null-keyword
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче