Skip to content

Commit

Permalink
fix(basic.gblib): Impersonated SET MAX LINES.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Aug 28, 2022
1 parent 2aa4eea commit e9211d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/whatsapp.gblib/services/WhatsappDirectLine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e9211d9

Please sign in to comment.