Skip to content

Commit b295263

Browse files
wilsondywebpepper
andauthored
Update modules/openapi-generator/src/main/resources/typescript-nestjs/api.module.mustache
Co-authored-by: webpepper <webpepper@users.noreply.github.com>
1 parent f4c94a9 commit b295263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/typescript-nestjs/api.module.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { {{classname}} } from './{{importPath}}';
1212
{{/apis}}
1313
{{/apiInfo}}
1414

15-
let cachedOptions: HttpModuleOptions = undefined;
15+
let cachedOptions: HttpModuleOptions | undefined = undefined;
1616
let nextOptionsRefresh: number = 0;
1717

1818
@Global()

0 commit comments

Comments
 (0)