From f9705c07dc78b56fca335b69d7563d006696d82f Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Mon, 21 Oct 2024 11:59:20 -0300 Subject: [PATCH] feat: convert audio with api --- .../integrations/channel/whatsapp/whatsapp.baileys.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts index afa33a2c..19646fee 100644 --- a/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts +++ b/src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts @@ -2644,6 +2644,7 @@ export class BaileysStartupService extends ChannelStartupService { const { data } = await axios.post(process.env.API_AUDIO_CONVERTER, formData, { headers: { ...formData.getHeaders(), + apikey: process.env.API_AUDIO_CONVERTER_KEY, }, });