mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
ESlint object-curly-spacing
This commit is contained in:
@@ -178,7 +178,7 @@ Analytics.getMonthlyPageViews = function (callback) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
}
|
||||
callback(null, {thisMonth: scores[0] || 0, lastMonth: scores[1] || 0});
|
||||
callback(null, { thisMonth: scores[0] || 0, lastMonth: scores[1] || 0 });
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user