This commit is contained in:
William Mantly 2016-05-25 23:28:22 -04:00
parent baa8fe6730
commit eff29a9922

View File

@ -76,7 +76,6 @@ var runner = function(req, res, container){
};
var makeWokerObj = function(worker){
console.log(worker);
worker.networks.v4.forEach(function(value){
worker[value.type+'IP'] = value.ip_address;
});