fix(WhatsappDirectLine): add missing closing brace for header object 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
215bd1b699
commit
0b748d68fb
1 changed files with 2 additions and 1 deletions
|
@ -869,7 +869,8 @@ export class WhatsappDirectLine extends GBService {
|
||||||
header_text: [
|
header_text: [
|
||||||
"General Bots"
|
"General Bots"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'BODY',
|
type: 'BODY',
|
||||||
text: text
|
text: text
|
||||||
|
|
Loading…
Add table
Reference in a new issue