steamutils 1.3.13 → 1.3.14
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 +7 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6157,9 +6157,15 @@ class SteamUser {
|
|
|
6157
6157
|
miniprofile: playerMiniprofile,
|
|
6158
6158
|
url: playerURL,
|
|
6159
6159
|
name: playerName,
|
|
6160
|
-
}
|
|
6160
|
+
},
|
|
6161
6161
|
reportContents,
|
|
6162
6162
|
})
|
|
6163
|
+
//gdfgkdgf
|
|
6164
|
+
//gdfgkdgf
|
|
6165
|
+
//gdfgkdgf
|
|
6166
|
+
//gdfgkdgf
|
|
6167
|
+
//gdfgkdgf
|
|
6168
|
+
//gdfgkdgf
|
|
6163
6169
|
})
|
|
6164
6170
|
return reports;
|
|
6165
6171
|
}
|