Logging some more stuff

This commit is contained in:
2022-12-25 14:24:26 +01:00
parent 899edf8234
commit 694ea9f5de
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export const POST = (async ({ request }) => {
})
})
const res = await req.json()
console.log('server:', res)
// Other error
if (res && res.status !== 'PENDING') {