We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Connection successfully established
1 parent cadc038 commit 89a37a1Copy full SHA for 89a37a1
1 file changed
src/whatsapp/services/whatsapp.service.ts
@@ -265,6 +265,7 @@ export class WAStartupService {
265
pairingCode: this.instance.qrcode?.pairingCode,
266
code: this.instance.qrcode?.code,
267
base64: this.instance.qrcode?.base64,
268
+ count: this.instance.qrcode?.count,
269
};
270
}
271
0 commit comments