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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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