Skip to content

Commit

Permalink
Merge pull request #742 from swagger-api/pr-268-conflict-fix
Browse files Browse the repository at this point in the history
ported changes from #268
  • Loading branch information
HugoMario committed Aug 14, 2020
2 parents 046a0dc + 47fc0e2 commit 4534cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/handlebars/scala/client/model.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {{import}}
*/
case class {{classname}} (
{{#vars}}
{{{name}}}: {{^required}}Option[{{/required}}{{datatype}}{{^required}}]{{/required}}{{#hasMore}},{{/hasMore}}
{{{name}}}: {{^required}}Option[{{/required}}{{datatype}}{{^required}}] = None{{/required}}{{#hasMore}},{{/hasMore}}
{{/vars}}
)

Expand Down

0 comments on commit 4534cf9

Please sign in to comment.