mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Fix empty parameter descriptions
This commit is contained in:
parent
723b696d83
commit
110976cb3d
@ -6,7 +6,9 @@
|
||||
{{/each}}
|
||||
}: {
|
||||
{{#each parameters}}
|
||||
{{#if description}}
|
||||
/** {{{description}}} **/
|
||||
{{/if}}
|
||||
{{{name}}}{{>isRequired}}: {{>type}},
|
||||
{{/each}}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user