clean up lodash 4 upgrade crumbs

This commit is contained in:
spalger
2017-02-13 15:18:05 -07:00
parent 6c70facc65
commit adb3de5b3b
12 changed files with 64 additions and 23 deletions

View File

@ -24,7 +24,7 @@ process.once('message', function (port) {
.transform(function (sockets, conn) {
sockets.push(_.values(conn.agent.sockets), _.values(conn.agent.freeSockets));
}, [])
.flattenDeep()
.flatten()
.value();
es.close();