Commit e5efdaec authored by project's avatar project

--no commit message

--no commit message
parent 5e4cb243
......@@ -107,7 +107,7 @@ function execute_function(context,response){
if (err) {
response.error(err);
} else {
if (result.data.length == 0)
if (result.data.length == 0)
response.reject(); // for no data
else
response.success(result, output_type);
......
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