This commit is contained in:
2016-05-30 23:21:28 -04:00
parent 29ad409649
commit 00bca4ff34
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ var run = function(req, res, runner, count){
};
console.log('run', runner);
if(!runner || count > 3){
if(!runner){
console.log('no runner');
res.status(503);
return res.json({error: 'No runners, try again soon.'});