chore: debug

This commit is contained in:
Cory Dransfeldt 2024-03-29 10:05:24 -07:00
parent b3f17846b8
commit 94d29f0174
No known key found for this signature in database

View file

@ -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',