fix(basic.gblib): Impersonated SET MAX LINES.

This commit is contained in:
Rodrigo Rodriguez 2022-08-28 20:52:43 -03:00
parent 2aa4eea8fc
commit e9211d92ac

View file

@ -652,7 +652,10 @@ export class WhatsappDirectLine extends GBService {
method: 'POST', method: 'POST',
url: urlJoin(this.whatsappServiceUrl, 'sendFile'), url: urlJoin(this.whatsappServiceUrl, 'sendFile'),
qs: { qs: {
token: this.whatsappServiceKey, token: this.whatsappServiceKey
},
json: true,
body: {
phone: to, phone: to,
body: url, body: url,
filename: filename, filename: filename,