Skip to content

Commit 3730224

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/whatsapp/services/typebot.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ 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;
413412

414413
if (session && expire && expire > 0) {
415414
const now = Date.now();

0 commit comments

Comments
 (0)