Commit aece7cae authored by project's avatar project

--no commit message

--no commit message
parent 1f032e80
......@@ -51,7 +51,9 @@ function perform_function(context,request,response){
} else {
//fs.writeFileSync("./result.json", JSON.stringify(result));
//console.log(JSON.stringify(result));
if(result.data.length > 0)
response.success(result, output_type);
else response.reject();
}
});
......
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