From b53c3e68088f716b244915e7e146553f56a2e554 Mon Sep 17 00:00:00 2001 From: william Date: Wed, 25 May 2016 16:07:01 -0400 Subject: [PATCH] workers --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index 493eba0..ad6a2ef 100644 --- a/routes/api.js +++ b/routes/api.js @@ -75,7 +75,7 @@ var runner = function(req, res, container){ }); }; -var makeWokerObj = function(woker){ +var makeWokerObj = function(worker){ worker.networks.forEach(function(value){ worker[value.type+'IP'] = value.ip_address; });