mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
Update typebot.service.ts
This commit is contained in:
parent
7447a65a83
commit
f1be7ddb83
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user