From f1be7ddb83dfe6083d666a06a93a70b9e0a4f0c0 Mon Sep 17 00:00:00 2001 From: Matheus Gomes <39656344+matheuskshn@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:22:41 -0300 Subject: [PATCH] Update typebot.service.ts --- src/whatsapp/services/typebot.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/whatsapp/services/typebot.service.ts b/src/whatsapp/services/typebot.service.ts index 4b57e3f8..fec4638e 100644 --- a/src/whatsapp/services/typebot.service.ts +++ b/src/whatsapp/services/typebot.service.ts @@ -409,7 +409,7 @@ export class TypebotService { const listening_from_me = findTypebot.listening_from_me; const session = sessions.find((session) => session.remoteJid === remoteJid); - session.prefilledVariables.pushName = msg.pushName; + //session.prefilledVariables.pushName = msg.pushName; if (session && expire && expire > 0) { const now = Date.now();