From 34bf2e1d1b5f6200ab57913336a2f322228a3014 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 10:08:15 -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 db7212e8..7edaab79 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -7,7 +7,7 @@ export default async (request, context) => { const data = await request.formData() const payload = data['payload'] - console.log(payload) + console.log(data) const debug = getStore('debug') await debug.setJSON('debug', JSON.stringify(payload))