fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 6b832c42b6 - Show all commits

View file

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