chore: update access pattern
This commit is contained in:
parent
76df6da0b2
commit
a23b5c5387
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module.exports = async function () {
|
||||||
})
|
})
|
||||||
.then((data) => data.json())
|
.then((data) => data.json())
|
||||||
.catch()
|
.catch()
|
||||||
res = [...res, ...tracks.data]
|
res = [...res, ...tracks['data']]
|
||||||
CURRENT_PAGE++
|
CURRENT_PAGE++
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue