fix return in r (#13294)

This commit is contained in:
William Cheng
2022-08-27 10:14:10 +08:00
committed by GitHub
parent fe934dc1b4
commit 2c22a01779

View File

@@ -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}}