mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +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) {
|
function createIndex(collection, index, options, callback) {
|
||||||
module.client.collection(collection).createIndex(index, options, callback);
|
module.client.collection(collection).createIndex(index, options, callback);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user