Skip to content

Commit 3698a33

Browse files
committed
Update
1 parent fec6534 commit 3698a33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/templates/partials/schemaEnum.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
{{#if isNullable}}
1010
isNullable: {{{isNullable}}},
1111
{{/if}}
12+
{{#if default}}
13+
default:{{default}}
14+
{{/if}}
1215
}

0 commit comments

Comments
 (0)