mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
minor formatting
This commit is contained in:
@@ -25,9 +25,6 @@ module.exports = function() {
|
||||
posts_limit = json.data.children.length
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
for(var i = 0; i < posts_limit; i++) {
|
||||
let post = json.data.children[i].data
|
||||
let post_id = post.permalink.split('/').slice(-2)[0] + '/'
|
||||
|
||||
Reference in New Issue
Block a user