fix(all): Fix answers with dialog id working again.

This commit is contained in:
Rodrigo Rodriguez 2023-07-25 08:26:15 -03:00
parent fd5f22b5af
commit 6b832c42b6

View file

@ -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: