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

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,