gologin-commonjs 1.0.6 → 1.0.8

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.
@@ -622,10 +622,11 @@ class GoLogin {
622
622
  maxAttempts: 5
623
623
  });
624
624
  } else {
625
- data = await _requestretry.default.get(TIMEZONE_URL, {
626
- timeout: 20 * 1000,
627
- maxAttempts: 5
628
- });
625
+ return 'Asia/Jakarta';
626
+ // data = await _requestretry.default.get(TIMEZONE_URL, {
627
+ // timeout: 20 * 1000,
628
+ // maxAttempts: 5
629
+ // });
629
630
  }
630
631
  debug('getTimeZone finish', data.body);
631
632
  this._tz = JSON.parse(data.body);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gologin-commonjs",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "A Transpiled GoLogin API ESM to CommonJS",
5
5
  "types": "./types/gologin.d.ts",
6
6
  "main": "./dist/src/gologin.js",