From efce7b73e5351b0c7816c497b65f0f93d436ceb4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 2 Dec 2016 16:54:33 -0900 Subject: [PATCH] #15 is fixed already --- bin/dest/mongo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/dest/mongo.js b/bin/dest/mongo.js index 1695fa6..00babdb 100644 --- a/bin/dest/mongo.js +++ b/bin/dest/mongo.js @@ -123,7 +123,6 @@ module.exports = function(opt, columns, moduleCallback) { callback(null); }); } - //TODO not making indexes?? WHY?? async.map(indexes, makeIndex, function(err) { if (err) return cb(err); cb(null, rowCount);