diff options
author | Akshay <[email protected]> | 2024-11-01 11:28:28 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-01 11:28:28 +0000 |
commit | 46608309c21aa9fda90fcc6ceadfbbdce2faab5f (patch) | |
tree | a65abdb4eb9774fe9b8ed131b00d32f5b59f76a9 /src/routes | |
parent | dff02621742483ddf14ee4bbc6b8555b8a67298f (diff) |
even better galleries, fix font sizes everywhere
Diffstat (limited to 'src/routes')
-rw-r--r-- | src/routes/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/routes/index.js b/src/routes/index.js index 5f43764..cef05da 100644 --- a/src/routes/index.js +++ b/src/routes/index.js | |||
@@ -21,8 +21,6 @@ router.get('/r/:subreddit/:sort?', async (req, res) => { | |||
21 | var aboutReq = G.getSubreddit(`${subreddit}`); | 21 | var aboutReq = G.getSubreddit(`${subreddit}`); |
22 | 22 | ||
23 | var [posts, about] = await Promise.all([postsReq, aboutReq]); | 23 | var [posts, about] = await Promise.all([postsReq, aboutReq]); |
24 | console.log(`posts for ${subreddit}`); | ||
25 | console.log(posts.posts.length); | ||
26 | 24 | ||
27 | res.render('index', { subreddit, posts, about }); | 25 | res.render('index', { subreddit, posts, about }); |
28 | }); | 26 | }); |