mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
fix(api): 🐛 webhookSteps returns blocks instead of step
This commit is contained in:
parent
2e2b1c1b6b
commit
d35bfeb323
@ -36,7 +36,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
})),
|
||||
]
|
||||
}, [])
|
||||
return res.send({ blocks: emptyWebhookBlocks })
|
||||
return res.send({ steps: emptyWebhookBlocks })
|
||||
}
|
||||
return methodNotAllowed(res)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user