Commit 6eb4252e authored by project's avatar project

--no commit message

--no commit message
parent 6a4b137f
...@@ -15,7 +15,7 @@ function execute_function(context,response){ ...@@ -15,7 +15,7 @@ function execute_function(context,response){
output_type = 'binary' output_type = 'binary'
} }
request({'url':url, 'encoding':null, function (error, resp, body) { request({'url':url, 'encoding':null}, function (error, resp, body) {
if (!error && resp.statusCode == 200) { if (!error && resp.statusCode == 200) {
response.success(body); response.success(body);
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment