mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = function (Topics) {
|
||||
delete topic.teaserPid;
|
||||
}
|
||||
|
||||
switch(meta.config.teaserPost) {
|
||||
switch (meta.config.teaserPost) {
|
||||
case 'first':
|
||||
teaserPids.push(topic.mainPid);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user