Skip to content

Commit

Permalink
feat: convert audio with api
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidsonGomes committed Oct 21, 2024
1 parent e986768 commit f9705c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
});

Expand Down

0 comments on commit f9705c0

Please sign in to comment.