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
75b0e0a9c8
commit
e17ad407ff
1 changed files with 11 additions and 10 deletions
|
@ -861,16 +861,17 @@ export class WhatsappDirectLine extends GBService {
|
|||
let data: any = {
|
||||
name: template,
|
||||
components: [
|
||||
{
|
||||
type: 'HEADER',
|
||||
format: 'TEXT',
|
||||
text: 'Uma novidade para você',
|
||||
example: {
|
||||
header_text: [
|
||||
"Uma novidade para você"
|
||||
]
|
||||
}
|
||||
},
|
||||
// {
|
||||
// type: 'HEADER',
|
||||
// format: 'TEXT',
|
||||
// text: 'General Bots',
|
||||
// example: {
|
||||
// header_text: [
|
||||
// "General Bots"
|
||||
// ]
|
||||
// }
|
||||
// },
|
||||
|
||||
{
|
||||
type: 'BODY',
|
||||
text: text
|
||||
|
|
Loading…
Add table
Reference in a new issue