mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-21 03:01:37 +02:00
ESlint no-multiple-empty-lines
This commit is contained in:
@@ -6,7 +6,6 @@ var nconf = require('nconf');
|
||||
var databaseController = {};
|
||||
|
||||
|
||||
|
||||
databaseController.get = function (req, res, next) {
|
||||
async.parallel({
|
||||
redis: function (next) {
|
||||
|
||||
@@ -13,5 +13,4 @@ rewardsController.get = function (req, res, next) {
|
||||
};
|
||||
|
||||
|
||||
|
||||
module.exports = rewardsController;
|
||||
Reference in New Issue
Block a user