Skip to content

Commit

Permalink
new(basic.gblib): SEND FILE pdf as temporary images.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Oct 3, 2024
1 parent 3791373 commit f63f1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/whatsapp.gblib/services/WhatsappDirectLine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,6 @@ export class WhatsappDirectLine extends GBService {
const sendMessageEndpoint = `${baseUrl}/${this.whatsappServiceNumber}/messages`;

const messageData = {
messaging_product: 'whatsapp',
recipient_type: 'individual',
to: mobile,
type: 'text',
Expand Down

0 comments on commit f63f1c3

Please sign in to comment.