Skip to content

Commit

Permalink
2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Oct 5, 2024
1 parent c080cd4 commit 906cf8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,9 @@ TradeOfferManager.prototype.setCookies = function(cookies, familyViewPin, callba

clearTimeout(this._pollTimer);

if (this.pollInterval >= 0)
if (this.pollInterval >= 0) {
this.doPoll();
}

callback && callback();
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steam-tradeoffer-manager",
"version": "2.11.5",
"version": "2.11.6",
"description": "A simple trade offers API for Steam",
"main": "./lib/index.js",
"repository": {
Expand Down

0 comments on commit 906cf8d

Please sign in to comment.