This commit is contained in:
Rikki Gibson 2018-05-01 12:41:19 -07:00
Родитель bf0dded471
Коммит a876fc6217
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -36,6 +36,7 @@ export class InMemoryHttpResponse implements HttpResponse {
}
get readableStreamBody(): ReadableStream | NodeJS.ReadableStream | null {
// tslint:disable-next-line no-null-keyword
return null;
}