@open-wa/wa-automate 4.30.0 → 4.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,7 +128,7 @@ class QRManager {
128
128
  yield (0, browser_1.kill)(waPage, null, true, null, "QR_LIMIT_REACHED");
129
129
  }
130
130
  const qrEv = this.qrEvF(config);
131
- if (!this.qrNum && browser_1.BROWSER_START_TS)
131
+ if ((!this.qrNum || this.qrNum == 1) && browser_1.BROWSER_START_TS)
132
132
  spinner.info(`First QR: ${Date.now() - browser_1.BROWSER_START_TS} ms`);
133
133
  if (qrData) {
134
134
  qrEv.emit(qrData, `qrData`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.30.0",
3
+ "version": "4.30.1",
4
4
  "licenseCheckUrl": "https://openwa.dev/license-check",
5
5
  "brokenMethodReportUrl": "https://openwa.dev/report-bm",
6
6
  "patches": "https://cdn.openwa.dev/patches.json",