mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-27 15:47:45 -06:00
feat: Added encoding option in endpoint sendWhatsAppAudio
This commit is contained in:
@@ -1601,8 +1601,6 @@ export class ChatwootService {
|
||||
const urlServer = this.configService.get<HttpServer>('SERVER').URL;
|
||||
const apiKey = this.configService.get('AUTHENTICATION').API_KEY.KEY;
|
||||
|
||||
console.log('data: ', data);
|
||||
|
||||
const requestData = {
|
||||
instanceName,
|
||||
qrcode,
|
||||
@@ -1616,8 +1614,6 @@ export class ChatwootService {
|
||||
requestData['number'] = number;
|
||||
}
|
||||
|
||||
console.log('requestData: ', requestData);
|
||||
|
||||
const config = {
|
||||
method: 'post',
|
||||
maxBodyLength: Infinity,
|
||||
|
||||
Reference in New Issue
Block a user