steamutils 1.3.92 → 1.3.93
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.
- package/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -7210,6 +7210,7 @@ export default class SteamUser {
|
|
|
7210
7210
|
const params = {
|
|
7211
7211
|
access_token: accessToken,
|
|
7212
7212
|
origin: "https://store.steampowered.com",
|
|
7213
|
+
spoof_steamid: "",
|
|
7213
7214
|
token_id: tokenId,
|
|
7214
7215
|
steamid: this._steamIdUser,
|
|
7215
7216
|
revoke_action: Protos.csgo.EAuthTokenRevokeAction.k_EAuthTokenRevokePermanent,
|