fix(all): Libraries update.

This commit is contained in:
Rodrigo Rodriguez 2024-05-26 10:23:43 -03:00
parent f4419fe71c
commit 699ff27e14

View file

@ -742,7 +742,7 @@ export class WhatsappDirectLine extends GBService {
case 'meta':
let whatsappServiceNumber, whatsappServiceKey;
if (botNumber){
if (botNumber && this.min.instance.whatsappServiceNumber){
whatsappServiceNumber = this.min.instance.whatsappServiceNumber;
whatsappServiceKey = this.min.instance.whatsappServiceKey
}