Skip to content

Commit 3c641ee

Browse files
lspvicwing328
authored andcommitted
Fix openapi_types generation error (OpenAPITools#1256)
1 parent 18173a1 commit 3c641ee

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator/src/main/resources/flaskConnexion

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/flaskConnexion/model.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class {{classname}}(Model):
3535
"""
3636
self.openapi_types = {
3737
{{#vars}}
38-
'{{name}}': '{{{dataType}}}'{{#hasMore}},{{/hasMore}}
38+
'{{name}}': {{{dataType}}}{{#hasMore}},{{/hasMore}}
3939
{{/vars}}
4040
}
4141

0 commit comments

Comments
 (0)