mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-24 14:17:47 -06:00
fix: get integrations sessions by type
This commit is contained in:
@@ -649,6 +649,7 @@ export class DifyController extends ChatbotController implements ChatbotControll
|
||||
instanceId: instanceId,
|
||||
remoteJid,
|
||||
botId: bot ? botId : { not: null },
|
||||
type: 'dify',
|
||||
},
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
@@ -29,6 +29,7 @@ export class DifyService {
|
||||
awaitUser: false,
|
||||
botId: data.botId,
|
||||
instanceId: instance.instanceId,
|
||||
type: 'dify',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user