steamutils 1.3.80 → 1.3.81
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
@@ -1197,7 +1197,7 @@ export default class SteamUser {
|
|
1197
1197
|
cookie.setCookies(_response?.headers["set-cookie"]);
|
1198
1198
|
onCookieChange.forEach(function (cb) {
|
1199
1199
|
if (typeof cb === "function") {
|
1200
|
-
cb(cookie
|
1200
|
+
cb({ cookie, url: _response?.request?.res?.responseUrl });
|
1201
1201
|
}
|
1202
1202
|
});
|
1203
1203
|
}
|