fix: show message Connection successfully established after a sucessfull connection on chatwoot

This commit is contained in:
jaison-x 2023-12-20 18:11:41 -03:00
parent cadc038966
commit 89a37a1771

View File

@ -265,6 +265,7 @@ export class WAStartupService {
pairingCode: this.instance.qrcode?.pairingCode,
code: this.instance.qrcode?.code,
base64: this.instance.qrcode?.base64,
count: this.instance.qrcode?.count,
};
}