diff --git a/components/confirmations.js b/components/confirmations.js index eeb2229..cdf8692 100644 --- a/components/confirmations.js +++ b/components/confirmations.js @@ -37,7 +37,7 @@ SteamCommunity.prototype.getConfirmations = function(time, key, callback) { return; } - callback(new Error('Failed to get confirmation list')); + callback(new Error(body.message || body.detail || 'Failed to get confirmation list')); return; }