mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-14 18:49:06 +00:00
fix incorrect mustache tag (#15424)
This commit is contained in:
@@ -229,11 +229,11 @@
|
||||
{{^isInherited}}
|
||||
System.Text.Json.JsonSerializer.Serialize(writer, {{#lambda.camelcase_param}}{{classname}}{{/lambda.camelcase_param}}.{{#lambda.titlecase}}{{baseType}}{{#isArray}}{{{dataFormat}}}{{/isArray}}{{/lambda.titlecase}}, jsonSerializerOptions);
|
||||
|
||||
{{/isInherited}}
|
||||
{{/composedSchemas.allOf}}
|
||||
{{^composedSchemas}}
|
||||
writer.WriteStartObject();
|
||||
|
||||
{{/isInherited}}
|
||||
{{/composedSchemas.allOf}}
|
||||
{{#allVars}}
|
||||
{{#isString}}
|
||||
{{^isMap}}
|
||||
@@ -349,4 +349,4 @@
|
||||
writer.WriteEndObject();
|
||||
{{/composedSchemas}}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user