Merge pull request #1655 from KokeroO/develop

fix/references-instanceName-typebot
This commit is contained in:
Davidson Gomes 2025-06-26 17:10:58 -03:00 committed by GitHub
commit ef31b6de1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@ export class TypebotController extends BaseChatbotController<TypebotModel, Typeb
const instanceData = await this.prismaRepository.instance.findFirst({
where: {
id: instance.instanceId,
name: instance.instanceName,
},
});