Update typebot.service.ts

This commit is contained in:
Matheus Gomes 2023-09-25 16:37:43 -03:00
parent f1be7ddb83
commit 37302244ee

View File

@ -409,7 +409,6 @@ export class TypebotService {
const listening_from_me = findTypebot.listening_from_me;
const session = sessions.find((session) => session.remoteJid === remoteJid);
//session.prefilledVariables.pushName = msg.pushName;
if (session && expire && expire > 0) {
const now = Date.now();