This commit is contained in:
Barış Soner Uşaklı
2016-12-09 00:00:29 +03:00
parent 8c8e2ae190
commit bca6151892

View File

@@ -140,7 +140,7 @@
}); });
}; };
module.createIndices = function(callback) { module.createIndices = function (callback) {
function createIndex(collection, index, options, callback) { function createIndex(collection, index, options, callback) {
module.client.collection(collection).createIndex(index, options, callback); module.client.collection(collection).createIndex(index, options, callback);
} }