new(all): Custom Domain support per bot.

This commit is contained in:
rodrigorodriguez 2022-10-04 16:03:12 -03:00
parent bbf40cba72
commit 1144d0f640

View file

@ -208,13 +208,11 @@ export class WhatsappDirectLine extends GBService {
GBLog.info(`WhatsApp QR Code authenticated for ${this.botId}.`); GBLog.info(`WhatsApp QR Code authenticated for ${this.botId}.`);
}); });
}; };
await (createClient.bind(this))(this.browserWSEndpoint); await (createClient.bind(this))(this.browserWSEndpoint);
client.initialize(); await client.initialize();
setUrl = false; setUrl = false;
} }