chore: debug
This commit is contained in:
parent
feb51c49c0
commit
83a652f530
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ export default async (request, context) => {
|
|||
const data = await request.formData()
|
||||
const payload = data['payload']
|
||||
|
||||
const debug = getStore('debug')
|
||||
await debug.set('debug', payload)
|
||||
|
||||
if (!id) return new Response(JSON.stringify({
|
||||
status: 'Bad request',
|
||||
}),
|
||||
|
|
Reference in a new issue