mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 08:39:26 +01:00
remove unnecessary post_id
This commit is contained in:
parent
b40fbf8efd
commit
2bffcd3a27
@ -27,8 +27,6 @@ module.exports = function() {
|
||||
|
||||
for(var i = 0; i < posts_limit; i++) {
|
||||
let post = json.data.children[i].data
|
||||
let post_id = post.permalink.split('/').slice(-2)[0] + '/'
|
||||
|
||||
let images = null
|
||||
let is_self_link = false
|
||||
let valid_reddit_self_domains = ['reddit.com']
|
||||
|
Loading…
Reference in New Issue
Block a user