Skip to content

Commit 763e7a0

Browse files
rcartonmacjohnny
authored andcommitted
typescript-fetch: fix missing comma in multiple imports (#3881)
1 parent e56bfe4 commit 763e7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
{{#discriminator}}
1414
import {
1515
{{#discriminator.mappedModels}}
16-
{{modelName}}FromJSONTyped
16+
{{modelName}}FromJSONTyped{{^-last}},{{/-last}}
1717
{{/discriminator.mappedModels}}
1818
} from './';
1919

0 commit comments

Comments
 (0)