Skip to content

Commit 89a37a1

Browse files
committed
fix: show message Connection successfully established after a sucessfull connection on chatwoot
1 parent cadc038 commit 89a37a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/whatsapp/services/whatsapp.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ export class WAStartupService {
265265
pairingCode: this.instance.qrcode?.pairingCode,
266266
code: this.instance.qrcode?.code,
267267
base64: this.instance.qrcode?.base64,
268+
count: this.instance.qrcode?.count,
268269
};
269270
}
270271

0 commit comments

Comments
 (0)