Merge pull request #1652 from KokeroO/patch-1

Corrige ref. instance typebot.controller.ts
This commit is contained in:
Davidson Gomes 2025-06-26 11:49:41 -03:00 committed by GitHub
commit e86b6463fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,7 +290,7 @@ export class TypebotController extends BaseChatbotController<TypebotModel, Typeb
request.data.clientSideActions,
);
this.waMonitor.waInstances[instance.instanceId].sendDataWebhook(Events.TYPEBOT_START, {
this.waMonitor.waInstances[instance.instanceName].sendDataWebhook(Events.TYPEBOT_START, {
remoteJid: remoteJid,
url: url,
typebot: typebot,