From d1dd275d92b065f13c185f658df250ccd97706d3 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 29 Mar 2024 10:26:48 -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 23dedd33..ac6d140f 100644 --- a/api/scrobble.js +++ b/api/scrobble.js @@ -9,7 +9,7 @@ export default async (request, context) => { console.log(data) console.log(payload) - console.log(JSON.stringify(payload)) + console.log(typeof payload) const debug = getStore('debug') await debug.setJSON('debug', JSON.stringify(payload))