Skip to content

Commit ef31b6d

Browse files
Merge pull request #1655 from KokeroO/develop
fix/references-instanceName-typebot
2 parents 72fb2f4 + d7afe5d commit ef31b6d

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
@@ -119,7 +119,7 @@ export class TypebotController extends BaseChatbotController<TypebotModel, Typeb
119119

120120
const instanceData = await this.prismaRepository.instance.findFirst({
121121
where: {
122-
id: instance.instanceId,
122+
name: instance.instanceName,
123123
},
124124
});
125125

0 commit comments

Comments
 (0)