Skip to content

Commit f9705c0

Browse files
committed
feat: convert audio with api
1 parent e986768 commit f9705c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2644,6 +2644,7 @@ export class BaileysStartupService extends ChannelStartupService {
26442644
const { data } = await axios.post(process.env.API_AUDIO_CONVERTER, formData, {
26452645
headers: {
26462646
...formData.getHeaders(),
2647+
apikey: process.env.API_AUDIO_CONVERTER_KEY,
26472648
},
26482649
});
26492650

0 commit comments

Comments
 (0)