diff --git a/plugins/fetch-scrobbles/index.js b/plugins/fetch-scrobbles/index.js index 7d3cf55e..a860363a 100644 --- a/plugins/fetch-scrobbles/index.js +++ b/plugins/fetch-scrobbles/index.js @@ -1,7 +1,7 @@ import { getStore } from '@netlify/blobs' import fs from 'fs' -export const onPreBuild = async ({ context }) => { +export const onPreBuild = async ({ constants }) => { const scrobbles = getStore('scrobbles', { siteID: constants.SITE_ID, token: constants.NETLIFY_API_TOKEN,