mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -110,7 +110,7 @@ module.exports = function (Messaging) {
|
||||
},
|
||||
function (mid, next) {
|
||||
Messaging.getMessageFields(mid, ['fromuid', 'timestamp'], next);
|
||||
}
|
||||
},
|
||||
], function (err, fields) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
@@ -129,7 +129,7 @@ module.exports = function (Messaging) {
|
||||
} else {
|
||||
next(null, []);
|
||||
}
|
||||
}
|
||||
},
|
||||
], callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user