fix variable name (#15623)

Signed-off-by: Huan-Cheng Chang <changhc84@gmail.com>
This commit is contained in:
Huan-Cheng Chang 2023-05-24 07:17:41 +01:00 committed by GitHub
parent f5903bc391
commit 1a483b2c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}}
{{#required}} {{#required}}
{{#isNullable}} {{#isNullable}}
if value is None: if value is None:
return v return value
{{/isNullable}} {{/isNullable}}
{{/required}} {{/required}}