From b3f17846b81d06234ce8b650ecdddf99b6e1e0be Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 10:00:19 -0700 Subject: [PATCH] chore: debug --- api/scrobble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/scrobble.js b/api/scrobble.js index 4722fe3e..7b7b1afe 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -8,7 +8,7 @@ export default async (request, context) => { const payload = data['payload'] const debug = getStore('debug') - await debug.set('debug', payload) + await debug.setJSON('debug', payload) if (!id) return new Response(JSON.stringify({ status: 'Bad request',