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