Skip to content

Commit 26f65ca

Browse files
macjohnnydenyo
andauthored
Update modules/openapi-generator/src/main/resources/typescript-rxjs/runtime.mustache
Co-Authored-By: denyo <[email protected]>
1 parent d4c5318 commit 26f65ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/typescript-rxjs/runtime.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// tslint:disable
22
{{>licenseInfo}}
3-
import { Observable, of } from 'rxjs';
3+
import { Observable, of, throwError } from 'rxjs';
44
import { ajax, AjaxResponse } from 'rxjs/ajax';
55
import { map, concatMap } from 'rxjs/operators';
66

0 commit comments

Comments
 (0)