fix(all): Fix answers with dialog id working again.
This commit is contained in:
parent
fd5f22b5af
commit
6b832c42b6
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ export class WhatsappDirectLine extends GBService {
|
||||||
switch (this.provider) {
|
switch (this.provider) {
|
||||||
case 'GeneralBots':
|
case 'GeneralBots':
|
||||||
const state = this.customClient.getState();
|
const state = this.customClient.getState();
|
||||||
GBLog.verbose(`GBWhatsapp: Status: ${state}`);
|
GBLog.info(`GBWhatsapp: Status: ${state}`);
|
||||||
return state === 'CONNECTED';
|
return state === 'CONNECTED';
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue