Commit 711e1aec authored by project's avatar project

--no commit message

--no commit message
parent 33aa33a3
...@@ -119,9 +119,12 @@ router.get('/:id/objects',function (req, res) { ...@@ -119,9 +119,12 @@ router.get('/:id/objects',function (req, res) {
res.write(JSON.stringify(objout)); res.write(JSON.stringify(objout));
if(limit>0 && idx>=from_seq+limit){ if(limit>0 && idx>=from_seq+limit){
cont=false; cont=false;
}else{ }
if(cont){
res.write(','); res.write(',');
} }
} }
callback(); callback();
}); });
......
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