chore: debug

This commit is contained in:
Cory Dransfeldt 2024-03-29 10:08:15 -07:00
parent 94d29f0174
commit 34bf2e1d1b
No known key found for this signature in database

View file

@ -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))