chore: remove redundant init

This commit is contained in:
Cory Dransfeldt 2023-07-21 10:46:52 -07:00
parent 1f3af8e72d
commit d7ed49e2b6
No known key found for this signature in database

View file

@ -180,10 +180,7 @@ module.exports = async function () {
const PAGE_SIZE = 30 const PAGE_SIZE = 30
const PAGES = 10 const PAGES = 10
const time = Number(new Date()) const time = Number(new Date())
let charts = { let charts
artists: {},
albums: {},
}
let CURRENT_PAGE = 0 let CURRENT_PAGE = 0
let res = [] let res = []
let hasNextPage = true let hasNextPage = true