mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
ESlint object-curly-spacing
This commit is contained in:
@@ -130,6 +130,6 @@ var utils = require('../public/src/utils');
|
||||
|
||||
batch.processSortedSet('events:time', function (eids, next) {
|
||||
events.deleteEvents(eids, next);
|
||||
}, {alwaysStartAt: 0}, callback);
|
||||
}, { alwaysStartAt: 0 }, callback);
|
||||
};
|
||||
}(module.exports));
|
||||
|
||||
Reference in New Issue
Block a user