fix(WhatsappDirectLine): add missing closing brace for header object in message structure
This commit is contained in:
parent
2df00d9037
commit
3e390ef91d
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