diff --git a/components/market.js b/components/market.js index 01f3d2e..948f26c 100644 --- a/components/market.js +++ b/components/market.js @@ -291,7 +291,7 @@ SteamCommunity.prototype.getGiftDetails = function(giftID, callback) { return; } - if (!body.packageid || !body.gift_name) { + if (!body.packageid) { callback(new Error("Malformed response")); return; }