chore: debug
This commit is contained in:
parent
34bf2e1d1b
commit
f5f08f83c3
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ export default async (request, context) => {
|
||||||
const payload = data['payload']
|
const payload = data['payload']
|
||||||
|
|
||||||
console.log(data)
|
console.log(data)
|
||||||
|
console.log(payload)
|
||||||
|
console.log(JSON.stringify(payload))
|
||||||
|
|
||||||
const debug = getStore('debug')
|
const debug = getStore('debug')
|
||||||
await debug.setJSON('debug', JSON.stringify(payload))
|
await debug.setJSON('debug', JSON.stringify(payload))
|
||||||
|
|
Reference in a new issue