mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-09-02 05:17:52 +08:00
Fixed error on getNotifications
This commit is contained in:
1
index.js
1
index.js
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user