From d7b32996b3448e0d73ab58de83cd7dad4144ef61 Mon Sep 17 00:00:00 2001 From: william Date: Fri, 27 May 2016 00:59:28 -0400 Subject: [PATCH] stuff --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index d309b13..f10cce9 100644 --- a/routes/api.js +++ b/routes/api.js @@ -21,7 +21,7 @@ var checkDroplet = function(id, time){ workers.push(makeWokerObj(worker)); isCheckingWorkers = false; return ch; - }else if(worker.status == 'new'){ + }else{ setTimeout(function(){ checkDroplet(id) }, time);