forked from loafle/openapi-generator-original
fix return in r (#13294)
This commit is contained in:
parent
fe934dc1b4
commit
2c22a01779
@ -566,7 +566,7 @@
|
||||
if (is.null(local_var_resp$response) || local_var_resp$response == "") {
|
||||
local_var_resp$response <- "API server error"
|
||||
}
|
||||
return local_var_resp
|
||||
local_var_resp
|
||||
{{/returnExceptionOnFailure}}
|
||||
}
|
||||
}{{^-last}},{{/-last}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user