chore: debug

This commit is contained in:
Cory Dransfeldt 2024-03-29 10:00:19 -07:00
parent 83a652f530
commit b3f17846b8
No known key found for this signature in database

View file

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