chore: pull month cart data

This commit is contained in:
Cory Dransfeldt 2024-04-04 17:16:25 -07:00
parent ca38137099
commit c57386411d
No known key found for this signature in database
3 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,7 @@ export const onPreBuild = async ({ constants }) => {
siteID: constants.SITE_ID,
token: constants.NETLIFY_API_TOKEN,
})
const keys = getKeys()
const chartData = { data: [] }
const scrobbles = getStore('scrobbles')