fix(WhatsappDirectLine): comment out unused header component in message structure
Some checks are pending
GBCI / build (push) Waiting to run

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-06-12 11:20:00 -03:00
parent 30fa9ec5db
commit 2da1e99c0d

View file

@ -858,7 +858,7 @@ export class WhatsappDirectLine extends GBService {
text = text.replace(/\n/g, '\\n'); text = text.replace(/\n/g, '\\n');
// Upload the media file based on media type // Upload the media file based on media type
//const handleMedia = await min.whatsAppDirectLine.uploadLargeFile(min, packagePath); const handleMedia = await min.whatsAppDirectLine.uploadLargeFile(min, packagePath);
let data: any = { let data: any = {
name: template, name: template,