tambahannya

This commit is contained in:
bipproduction
2025-10-23 17:53:59 +08:00
parent 021092afd3
commit 438619956b

View File

@@ -265,7 +265,7 @@ const WaHookRoute = new Elysia({
const name = webhook[0].contact?.name;
const message = webhook[0];
if (messageQuestion && from) {
if (from) {
logger.info(
`[POST] Message: ${JSON.stringify({ message: messageQuestion, from, name })}`
);