1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-02-16 12:10:36 +01:00

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

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)
}