steamutils 1.1.79 → 1.1.80
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
@@ -4267,7 +4267,7 @@ class SteamUser {
|
|
4267
4267
|
Last_Match: object.Last_Match,
|
4268
4268
|
}
|
4269
4269
|
})
|
4270
|
-
matchmaking_table = matchmaking_table
|
4270
|
+
matchmaking_table = matchmaking_table?.map(function (object) {
|
4271
4271
|
removeSpaceKeys(object)
|
4272
4272
|
return {
|
4273
4273
|
Matchmaking_Mode: object.Matchmaking_Mode,
|