fix(WhatsappDirectLine): comment out unused header component in message structure
This commit is contained in:
parent
c57f362ea6
commit
899045ceea
1 changed files with 1 additions and 1 deletions
|
|
@ -858,7 +858,7 @@ export class WhatsappDirectLine extends GBService {
|
|||
text = text.replace(/\n/g, '\\n');
|
||||
|
||||
// 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 = {
|
||||
name: template,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue