steamutils 1.0.64 → 1.0.65
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
@@ -1813,6 +1813,7 @@ class SteamUser {
|
|
1813
1813
|
if(!data) {
|
1814
1814
|
return []
|
1815
1815
|
}
|
1816
|
+
console.log(`data`, data)
|
1816
1817
|
return data.friendslist.friends.filter(function (friend) {
|
1817
1818
|
return EFriendRelationship.Friend === friend.efriendrelationship
|
1818
1819
|
}).map(function (friend) {
|