node-steamcommunity/components
Andrew Dassonville f4be134f71 Fixed crash when handling an inventory issue
```
/bots/node_modules/steamcommunity/components/users.js:265
                                callback(new Error(body.Error || "Malformed response"));
                                                       ^

TypeError: Cannot read property 'Error' of undefined
    at Request._callback (/bots/node_modules/steamcommunity/components/users.js:265:28)
    at Request.self.callback (/bots/node_modules/steamcommunity/node_modules/request/request.js:199:22)
    at emitTwo (events.js💯13)
    at Request.emit (events.js:185:7)
    at Request.<anonymous> (/bots/node_modules/steamcommunity/node_modules/request/request.js:1036:10)
    at emitOne (events.js:95:20)
    at Request.emit (events.js:182:7)
    at IncomingMessage.<anonymous> (/bots/node_modules/steamcommunity/node_modules/request/request.js:963:12)
    at emitNone (events.js:85:20)
    at IncomingMessage.emit (events.js:179:7)
```
2016-03-03 13:42:05 -08:00
..
chat.js Fixed missing 'var self = this;' 2016-01-05 15:33:54 +01:00
confirmations.js Revised JSDoc language (#80) 2016-02-04 21:49:54 -05:00
groups.js Added ability to deleteAnnoucement 2016-01-17 02:27:11 +00:00
inventoryhistory.js Added support for escrow to getInventoryHistory 2015-12-21 14:21:47 -05:00
market.js Fixed callback error type consistency 2015-07-30 13:45:07 -07:00
profile.js RIP market and trade confirmation opt-out 2016-01-20 13:47:14 -05:00
twofactor.js Use the standard device ID when enabling 2FA 2016-01-19 11:29:26 -05:00
users.js Fixed crash when handling an inventory issue 2016-03-03 13:42:05 -08:00
webapi.js Moved getWebApiKey to webapi.js component 2015-12-02 21:35:35 -05:00