steamutils 1.3.92 → 1.3.93
Sign up to get free protection for your applications and to get access to all the features.
- 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,
|