mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
ESlint indent
This commit is contained in:
@@ -121,10 +121,10 @@ module.exports = function (Topics) {
|
||||
return false;
|
||||
}
|
||||
switch (filter) {
|
||||
case 'new':
|
||||
return !userRead[recentTopic.value];
|
||||
default:
|
||||
return !userRead[recentTopic.value] || recentTopic.score > userRead[recentTopic.value];
|
||||
case 'new':
|
||||
return !userRead[recentTopic.value];
|
||||
default:
|
||||
return !userRead[recentTopic.value] || recentTopic.score > userRead[recentTopic.value];
|
||||
}
|
||||
}).map(function (topic) {
|
||||
return topic.value;
|
||||
|
||||
Reference in New Issue
Block a user