chore: debug
This commit is contained in:
parent
331455090b
commit
d03aabff04
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export const onPreBuild = async ({ constants }) => {
|
|||
const nowPlaying = await scrobbles.get('now-playing', { type: 'json'})
|
||||
for (const key of keys) {
|
||||
const scrobbleData = await scrobbles.get(key, { type: 'json'})
|
||||
data.push(scrobbleData['data'])
|
||||
chartData.push(scrobbleData['data'])
|
||||
}
|
||||
console.log(chartData)
|
||||
fs.writeFileSync('./src/_data/json/scrobbles-window.json', JSON.stringify(windowData))
|
||||
|
|
Reference in a new issue