new(all): Custom Domain support per bot.
This commit is contained in:
parent
bbf40cba72
commit
1144d0f640
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue