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) {
|
||||
case 'GeneralBots':
|
||||
const state = this.customClient.getState();
|
||||
GBLog.verbose(`GBWhatsapp: Status: ${state}`);
|
||||
GBLog.info(`GBWhatsapp: Status: ${state}`);
|
||||
return state === 'CONNECTED';
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue