tambahannya

This commit is contained in:
bipproduction
2025-10-23 17:53:00 +08:00
parent 603decd109
commit 021092afd3
3 changed files with 4 additions and 113 deletions

View File

@@ -245,7 +245,7 @@ const WaHookRoute = new Elysia({
if (webhook[0]?.type === WhatsAppMessageType.TEXT) {
const messageQuestion = webhook[0]?.text;
const from = webhook[0]?.from;
const name = webhook[0].contact?.name;
const name = webhook[0]?.contact?.name;
if (messageQuestion && from) {
logger.info(