From ea92114d257dc89ed07a7e9a4986b012df778567 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 3 Apr 2024 18:50:50 -0700 Subject: [PATCH] chore: debug --- plugins/fetch-scrobbles/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,