new(whatsapp.gblib): Multiple providers can be loaded at once.
This commit is contained in:
parent
2eb9057473
commit
975e7a1d89
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export class WhatsappDirectLine extends GBService {
|
|||
this.whatsappServiceKey = whatsappServiceKey;
|
||||
this.whatsappServiceNumber = whatsappServiceNumber;
|
||||
this.whatsappServiceUrl = whatsappServiceUrl;
|
||||
this.chatapi = whatsappServiceNumber.indexOf(';') > -1 ? true : false;
|
||||
this.chatapi = whatsappServiceNumber.indexOf(';') > -1 ? false : true;
|
||||
}
|
||||
|
||||
public static async asyncForEach(array, callback) {
|
||||
|
|
Loading…
Add table
Reference in a new issue