mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
ESlint no-space-func
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = function (Posts) {
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
callback (null, {upvoted: hasVoted[0], downvoted: hasVoted[1]});
|
||||
callback(null, {upvoted: hasVoted[0], downvoted: hasVoted[1]});
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user