forked from loafle/openapi-generator-original
Added missing '{' (#13606)
This commit is contained in:
parent
10a1e7c2d5
commit
64c756c5fc
@ -371,7 +371,7 @@ func (a *{{{classname}}}Service) {{nickname}}Execute(r {{#structPrefix}}{{&class
|
|||||||
if localVarHTTPResponse.StatusCode >= 400 && localVarHTTPResponse.StatusCode < 500 {
|
if localVarHTTPResponse.StatusCode >= 400 && localVarHTTPResponse.StatusCode < 500 {
|
||||||
{{/is4xx}}
|
{{/is4xx}}
|
||||||
{{#is5xx}}
|
{{#is5xx}}
|
||||||
if localVarHTTPResponse.StatusCode >= 500
|
if localVarHTTPResponse.StatusCode >= 500 {
|
||||||
{{/is5xx}}
|
{{/is5xx}}
|
||||||
{{/range}}
|
{{/range}}
|
||||||
{{^range}}
|
{{^range}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user