Skip to content

Commit e86b646

Browse files
Merge pull request #1652 from KokeroO/patch-1
Corrige ref. instance typebot.controller.ts
2 parents 1b0d81b + 0302944 commit e86b646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/chatbot/typebot/controllers/typebot.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export class TypebotController extends BaseChatbotController<TypebotModel, Typeb
290290
request.data.clientSideActions,
291291
);
292292

293-
this.waMonitor.waInstances[instance.instanceId].sendDataWebhook(Events.TYPEBOT_START, {
293+
this.waMonitor.waInstances[instance.instanceName].sendDataWebhook(Events.TYPEBOT_START, {
294294
remoteJid: remoteJid,
295295
url: url,
296296
typebot: typebot,

0 commit comments

Comments
 (0)