Fix variable typo

This commit is contained in:
Jan Dvorak
2021-07-26 12:14:16 +02:00
parent 9fe78793f2
commit 6c96fbe451

View File

@@ -841,7 +841,7 @@ MongoConnection.prototype._createIndex = function (collectionName, index,
future.wait();
};
MongoCollection.prototype._ensureIndex = MongoConnection.prototype._createIndex;
MongoConnection.prototype._ensureIndex = MongoConnection.prototype._createIndex;
MongoConnection.prototype._dropIndex = function (collectionName, index) {
var self = this;