Merge pull request #10 from charredgrass/master

Fixed error on getNotifications
This commit is contained in:
Alexander Corn 2015-11-11 00:36:54 -05:00
commit 2be414b20c

View File

@ -213,6 +213,7 @@ SteamCommunity.prototype.parentalUnlock = function(pin, callback) {
};
SteamCommunity.prototype.getNotifications = function(callback) {
var self = this;
this.request.get("https://steamcommunity.com/actions/RefreshNotificationArea", function(err, response, body) {
if(self._checkHttpError(err, response, callback)) {
return;