Skip to content

Commit 6b120e5

Browse files
committed
Fix audio send duplicate from chatwoot.
1 parent db9cdbf commit 6b120e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/chatbot/chatwoot/services/chatwoot.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ export class ChatwootService {
11061106

11071107
sendTelemetry('/message/sendWhatsAppAudio');
11081108

1109-
const messageSent = await waInstance?.audioWhatsapp(data, true);
1109+
const messageSent = await waInstance?.audioWhatsapp(data, null, true);
11101110

11111111
return messageSent;
11121112
}

0 commit comments

Comments
 (0)