chore: update access pattern

This commit is contained in:
Cory Dransfeldt 2023-10-07 11:13:31 -07:00
parent 76df6da0b2
commit a23b5c5387

View file

@ -46,7 +46,7 @@ module.exports = async function () {
})
.then((data) => data.json())
.catch()
res = [...res, ...tracks.data]
res = [...res, ...tracks['data']]
CURRENT_PAGE++
}