chore: debug
This commit is contained in:
parent
b3f17846b8
commit
94d29f0174
1 changed files with 3 additions and 1 deletions
|
@ -7,8 +7,10 @@ export default async (request, context) => {
|
|||
const data = await request.formData()
|
||||
const payload = data['payload']
|
||||
|
||||
console.log(payload)
|
||||
|
||||
const debug = getStore('debug')
|
||||
await debug.setJSON('debug', payload)
|
||||
await debug.setJSON('debug', JSON.stringify(payload))
|
||||
|
||||
if (!id) return new Response(JSON.stringify({
|
||||
status: 'Bad request',
|
||||
|
|
Reference in a new issue