mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
fix lint
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user