chore: remove redundant init
This commit is contained in:
parent
1f3af8e72d
commit
d7ed49e2b6
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue