trtando de lgoear el debug
All checks were successful
Deploy conversation layer / deploy (push) Successful in 19s

This commit is contained in:
2025-06-04 22:36:06 -06:00
parent 7abb14f311
commit 3a2429486a

View File

@@ -111,6 +111,8 @@ async function registerWebhook() {
app.use(express.json());
app.post('/webhook', async (req: express.Request, res: express.Response) => {
log('info', 'webhook received');
const { message, text, from } = req.body as { message?: WhatsAppMessage; text?: string; from?: string };
const incoming = message || text;