From f5f08f83c30eb4d6b6ef20fe8bca91f9caf8c6e9 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 10:21:20 -0700 Subject: [PATCH] chore: debug --- api/scrobble.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/scrobble.js b/api/scrobble.js index 7edaab79..23dedd33 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -8,6 +8,8 @@ export default async (request, context) => { const payload = data['payload'] console.log(data) + console.log(payload) + console.log(JSON.stringify(payload)) const debug = getStore('debug') await debug.setJSON('debug', JSON.stringify(payload))