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