"to" >= "from"

This commit is contained in:
Chris Arnesen 2015-03-10 14:17:11 -07:00
parent d704a6d143
commit bbc048d3a6

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;
}