mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 01:45:47 +01:00
ESlint padded-blocks
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (db, module) {
|
||||
|
||||
var helpers = module.helpers.mongo;
|
||||
|
||||
module.sortedSetRemove = function (key, value, callback) {
|
||||
@@ -53,5 +52,4 @@ module.exports = function (db, module) {
|
||||
callback(err);
|
||||
});
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user