mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-21 11:24:40 +08:00
Merge pull request #10 from charredgrass/master
Fixed error on getNotifications
This commit is contained in:
commit
2be414b20c
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;
|
||||
|
Loading…
Reference in New Issue
Block a user