From 26f65ca4ce29ab9ab4602e7cb0367895e93ddf4e Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Tue, 15 Jan 2019 10:38:13 +0100 Subject: [PATCH] Update modules/openapi-generator/src/main/resources/typescript-rxjs/runtime.mustache Co-Authored-By: denyo --- .../src/main/resources/typescript-rxjs/runtime.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/typescript-rxjs/runtime.mustache b/modules/openapi-generator/src/main/resources/typescript-rxjs/runtime.mustache index e4be34233a4e..a6ca786044ef 100644 --- a/modules/openapi-generator/src/main/resources/typescript-rxjs/runtime.mustache +++ b/modules/openapi-generator/src/main/resources/typescript-rxjs/runtime.mustache @@ -1,6 +1,6 @@ // tslint:disable {{>licenseInfo}} -import { Observable, of } from 'rxjs'; +import { Observable, of, throwError } from 'rxjs'; import { ajax, AjaxResponse } from 'rxjs/ajax'; import { map, concatMap } from 'rxjs/operators';