mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-24 04:22:46 -06:00
Update typebot.service.ts
This commit is contained in:
@@ -409,7 +409,6 @@ 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;
|
|
||||||
|
|
||||||
if (session && expire && expire > 0) {
|
if (session && expire && expire > 0) {
|
||||||
const now = Date.now();
|
const now = Date.now();
|
||||||
|
|||||||
Reference in New Issue
Block a user