fix(WhatsappDirectLine): comment out unused header component in message structure
Some checks are pending
GBCI / build (push) Waiting to run
Some checks are pending
GBCI / build (push) Waiting to run
This commit is contained in:
parent
30fa9ec5db
commit
2da1e99c0d
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