Clean code

This commit is contained in:
CosmosDev
2022-12-15 20:28:06 +01:00
parent 3a51e9d165
commit 54c658ff9b
3 changed files with 1 additions and 10 deletions

View File

@@ -250,10 +250,8 @@ subredditRoutes.get('/r/:subreddit/about', (req, res, next) => {
(async () => {
return handleTedditApiSubredditAbout(
json,
req,
res,
'redis',
api_type,
api_target
);
})();
@@ -289,10 +287,8 @@ subredditRoutes.get('/r/:subreddit/about', (req, res, next) => {
(async () => {
return handleTedditApiSubredditAbout(
json,
req,
res,
'from_online',
api_type,
api_target
);
})();