minor formatting

This commit is contained in:
teddit
2021-01-01 18:21:06 +01:00
parent d9e616a469
commit cbff40e65e
2 changed files with 14 additions and 17 deletions
-3
View File
@@ -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] + '/'