v1.18.x
Barış Soner Uşaklı 8 years ago
parent 8c8e2ae190
commit bca6151892

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

Loading…
Cancel
Save