mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 01:48:39 -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 listening_from_me = findTypebot.listening_from_me;
|
||||||
|
|
||||||
const session = sessions.find((session) => session.remoteJid === remoteJid);
|
const session = sessions.find((session) => session.remoteJid === remoteJid);
|
||||||
session.prefilledVariables.pushName = msg.pushName;
|
//session.prefilledVariables.pushName = msg.pushName;
|
||||||
|
|
||||||
if (session && expire && expire > 0) {
|
if (session && expire && expire > 0) {
|
||||||
const now = Date.now();
|
const now = Date.now();
|
||||||
|
Loading…
Reference in New Issue
Block a user