mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-08-21 22:23:28 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3cf2a4361 | ||
|
|
2890b70add |
@@ -43,6 +43,7 @@ SteamCommunity.prototype.getSteamUser = function(id, callback) {
|
||||
|
||||
if(!result.profile.steamID64 || !result.profile.onlineState) {
|
||||
callback(new Error("No valid response"));
|
||||
return;
|
||||
}
|
||||
|
||||
callback(null, new CSteamUser(self, result.profile, customurl));
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "steamcommunity",
|
||||
"version": "3.9.2",
|
||||
"version": "3.9.3",
|
||||
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
||||
"keywords": ["steam", "steam community"],
|
||||
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
|
||||
|
||||
Reference in New Issue
Block a user