fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit e9211d92ac - Show all commits

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,