rm unnecessary before & after from subreddit posts

This commit is contained in:
teddit 2020-12-13 20:17:50 +01:00
parent 77cc346a12
commit 92ea510cac
1 changed files with 1 additions and 3 deletions

View File

@ -72,9 +72,7 @@ module.exports = function() {
url: data.url,
stickied: data.stickied,
is_self_link: is_self_link,
subreddit_front: subreddit_front,
before: before,
after: after
subreddit_front: subreddit_front
}
ret.links.push(obj)
}