mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 23:09:28 +01:00
rm unnecessary before & after from subreddit posts
This commit is contained in:
parent
77cc346a12
commit
92ea510cac
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user