fix(all): Updating ngrok.
This commit is contained in:
parent
d326f4205d
commit
6c4a546202
1 changed files with 1 additions and 0 deletions
|
@ -1026,6 +1026,7 @@ export class WhatsappDirectLine extends GBService {
|
||||||
|
|
||||||
const botNumber = urlMin ? urlMin.core.getParam(urlMin.instance, 'Bot Number', null) : null;
|
const botNumber = urlMin ? urlMin.core.getParam(urlMin.instance, 'Bot Number', null) : null;
|
||||||
if (botNumber) {
|
if (botNumber) {
|
||||||
|
GBLog.info(`${user.userSystemId} user changed Bot to: ${botId}.`);
|
||||||
user = await sec.updateUserInstance(user.userSystemId, urlMin.instance.instanceId);
|
user = await sec.updateUserInstance(user.userSystemId, urlMin.instance.instanceId);
|
||||||
}
|
}
|
||||||
let activeMin;
|
let activeMin;
|
||||||
|
|
Loading…
Add table
Reference in a new issue