Skip to content

Commit a991213

Browse files
committed
add missing extension
1 parent 8ed8ab5 commit a991213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/typescript-fetch/sagaApiManager.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
{{#apis}}
88
import {
99
{{classFilename}},
10-
} from "./{{classFilename}}";
10+
} from "./{{classFilename}}{{importFileExtension}}";
1111
{{/apis}}
1212
{{/apiInfo}}
1313

0 commit comments

Comments
 (0)