Skip to content

Commit

Permalink
reset signing token regenerates token immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Sep 30, 2016
1 parent 606728d commit 9ed0a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/apns.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ class APNS extends EventEmitter {
*/
_resetSigningToken() {
this._token = null;
return this._getSigningToken();
}
}

Expand Down

0 comments on commit 9ed0a77

Please sign in to comment.