mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 19:36:41 +02:00
chore: newline
This commit is contained in:
@@ -18,6 +18,7 @@ recentController.get = async function (req, res, next) {
|
||||
if (!data) {
|
||||
return next();
|
||||
}
|
||||
|
||||
res.render('recent', data);
|
||||
};
|
||||
|
||||
|
||||
@@ -24,5 +24,6 @@ topController.get = async function (req, res, next) {
|
||||
if (req.loggedIn) {
|
||||
data.rssFeedUrl += `?${feedQs}`;
|
||||
}
|
||||
|
||||
res.render('top', data);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user