fix(basic.gblib): Impersonated SET MAX LINES.
This commit is contained in:
parent
2aa4eea8fc
commit
e9211d92ac
1 changed files with 4 additions and 1 deletions
|
@ -652,7 +652,10 @@ export class WhatsappDirectLine extends GBService {
|
|||
method: 'POST',
|
||||
url: urlJoin(this.whatsappServiceUrl, 'sendFile'),
|
||||
qs: {
|
||||
token: this.whatsappServiceKey,
|
||||
token: this.whatsappServiceKey
|
||||
},
|
||||
json: true,
|
||||
body: {
|
||||
phone: to,
|
||||
body: url,
|
||||
filename: filename,
|
||||
|
|
Loading…
Add table
Reference in a new issue