steamutils 1.1.34 → 1.1.35
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -581,7 +581,7 @@ class SteamUser {
|
|
581
581
|
|
582
582
|
constructor (cookies) {
|
583
583
|
this._cookies = new CookieManager(cookies)
|
584
|
-
this._cookies.
|
584
|
+
this._cookies.setCookie('timezoneOffset', new Date().getTimezoneOffset() * -1 * 60)
|
585
585
|
|
586
586
|
let {
|
587
587
|
steamMachineAuth,
|