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

This commit is contained in:
Rodrigo Rodriguez 2022-08-28 20:52:43 -03:00
parent 43d81f6fe6
commit c9163dc8fa

View file

@ -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,