Update typebot.service.ts

This commit is contained in:
Luis-Fernando 2024-03-28 14:48:40 -03:00 committed by GitHub
parent 0b4ecc12e4
commit 304be2510a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,7 +171,7 @@ export class TypebotService {
const prefilledVariables = {
remoteJid: remoteJid,
instanceName: instance.instanceName,
messageType: messageType,
messageType: this.messageType,
};
if (variables?.length) {