Skip to content

Commit f1be7dd

Browse files
committed
Update typebot.service.ts
1 parent 7447a65 commit f1be7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/whatsapp/services/typebot.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export class TypebotService {
409409
const listening_from_me = findTypebot.listening_from_me;
410410

411411
const session = sessions.find((session) => session.remoteJid === remoteJid);
412-
session.prefilledVariables.pushName = msg.pushName;
412+
//session.prefilledVariables.pushName = msg.pushName;
413413

414414
if (session && expire && expire > 0) {
415415
const now = Date.now();

0 commit comments

Comments
 (0)