Skip to content

Commit

Permalink
small simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed May 28, 2024
1 parent b554d40 commit 83b3ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typescript_templates/model.vm
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ new ByteArraySchema()##
new StringSchema()##
#elseif ( "#isClassType($param)" == "true" )
#if ( $param.arrayType )
#set( $propClassName = $param.arrayType )
${param.arrayType}##
#else
#set( $propClassName = $param.refType )
${param.refType}##
#end
${propClassName}.encodingSchema##
.encodingSchema##
#else
UNHANDLED SCHEMA TYPE
- property: $param
Expand Down

0 comments on commit 83b3ecc

Please sign in to comment.