chore: debug

This commit is contained in:
Cory Dransfeldt 2024-03-29 10:21:20 -07:00
parent 34bf2e1d1b
commit f5f08f83c3
No known key found for this signature in database

View file

@ -8,6 +8,8 @@ export default async (request, context) => {
const payload = data['payload']
console.log(data)
console.log(payload)
console.log(JSON.stringify(payload))
const debug = getStore('debug')
await debug.setJSON('debug', JSON.stringify(payload))