mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-08-31 03:47:59 +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) {
|
if(!result.profile.steamID64 || !result.profile.onlineState) {
|
||||||
callback(new Error("No valid response"));
|
callback(new Error("No valid response"));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
callback(null, new CSteamUser(self, result.profile, customurl));
|
callback(null, new CSteamUser(self, result.profile, customurl));
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "steamcommunity",
|
"name": "steamcommunity",
|
||||||
"version": "3.9.2",
|
"version": "3.9.3",
|
||||||
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
"description": "Provides an interface for logging into and interacting with the Steam Community website",
|
||||||
"keywords": ["steam", "steam community"],
|
"keywords": ["steam", "steam community"],
|
||||||
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
|
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
|
||||||
|
|||||||
Reference in New Issue
Block a user