Skip to content

Commit

Permalink
#15 is fixed already
Browse files Browse the repository at this point in the history
  • Loading branch information
psalmody committed Dec 3, 2016
1 parent ac3813e commit efce7b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/dest/mongo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit efce7b7

Please sign in to comment.