Skip to content

Commit eb13324

Browse files
Correção da integração Dify
Foi corrigido a indexação da requisição do Dify (que estava dando erro).
1 parent 004d0b4 commit eb13324

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nodes/EvolutionApi/execute/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const resourceOperationsFunctions: ResourceOperationFunctions = {
104104
'chatwoot': setChatwoot,
105105
'typebot': setTypebot,
106106
'evolution-bot': setEvolutionBot,
107-
'dify-bot': setDifyBot,
107+
'difyBot': setDifyBot,
108108
'flowise-bot': setFlowiseBot,
109109
},
110110
'groups-api': {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-evolution-api",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Api não oficial do WhatsApp",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)