chore: scrobbling
This commit is contained in:
parent
ad422c22d6
commit
27481949e7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export default async (request) => {
|
||||||
const scrobbles = getStore('scrobbles')
|
const scrobbles = getStore('scrobbles')
|
||||||
const scrobbleData = []
|
const scrobbleData = []
|
||||||
if (weeksArr.length > 0) {
|
if (weeksArr.length > 0) {
|
||||||
weeks.forEach(async (week) => {
|
weeksArr.forEach(async (week) => {
|
||||||
const weekData = await scrobbles.get(week, { type: 'json'})
|
const weekData = await scrobbles.get(week, { type: 'json'})
|
||||||
scrobbleData.push(weekData['data'])
|
scrobbleData.push(weekData['data'])
|
||||||
})
|
})
|
||||||
|
|
Reference in a new issue