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))