Merge pull request #33 from carnesen/typo

Typo "to" >= "from"
This commit is contained in:
Manuel Aráoz 2015-03-11 11:53:12 -03:00
commit a54becad17

View File

@ -71,7 +71,7 @@ Blocks.list = function(req, res) {
if (to < from) {
res.status(422);
res.send('/v1/blocks/ "to" must be >= to "from"');
res.send('/v1/blocks/ "to" must be >= "from"');
return;
}