Merge branch 'v2.0.0' of github.com:EvolutionAPI/evolution-api into v2.0.0

This commit is contained in:
Davidson Gomes
2024-09-09 10:12:19 -03:00
11 changed files with 21 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ export class InstanceController {
hash,
webhook: {
webhookUrl: instanceData?.webhook?.url,
webhookHeaders: instanceData?.webhook?.headers,
webhookByEvents: instanceData?.webhook?.byEvents,
webhookBase64: instanceData?.webhook?.base64,
},
@@ -243,6 +244,7 @@ export class InstanceController {
hash,
webhook: {
webhookUrl: instanceData?.webhook?.url,
webhookHeaders: instanceData?.webhook?.headers,
webhookByEvents: instanceData?.webhook?.byEvents,
webhookBase64: instanceData?.webhook?.base64,
},