Fixed error on getNotifications

This commit is contained in:
Maxwell Chow
2015-11-10 20:46:17 -08:00
parent ac87fd3a40
commit 25ebb4c5a3

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;