mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 01:48:39 -06:00
fix: show message Connection successfully established
after a sucessfull connection on chatwoot
This commit is contained in:
parent
cadc038966
commit
89a37a1771
@ -265,6 +265,7 @@ export class WAStartupService {
|
|||||||
pairingCode: this.instance.qrcode?.pairingCode,
|
pairingCode: this.instance.qrcode?.pairingCode,
|
||||||
code: this.instance.qrcode?.code,
|
code: this.instance.qrcode?.code,
|
||||||
base64: this.instance.qrcode?.base64,
|
base64: this.instance.qrcode?.base64,
|
||||||
|
count: this.instance.qrcode?.count,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user