mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
Merge pull request #1655 from KokeroO/develop
fix/references-instanceName-typebot
This commit is contained in:
commit
ef31b6de1f
@ -119,7 +119,7 @@ export class TypebotController extends BaseChatbotController<TypebotModel, Typeb
|
|||||||
|
|
||||||
const instanceData = await this.prismaRepository.instance.findFirst({
|
const instanceData = await this.prismaRepository.instance.findFirst({
|
||||||
where: {
|
where: {
|
||||||
id: instance.instanceId,
|
name: instance.instanceName,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user