Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredperreault-okta committed Jun 6, 2024
1 parent 01aa78a commit 20bebd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@ Jwt.prototype.compact = function compact() {
};

Jwt.prototype.toString = function(){
if (this.__originalString) {
return this.__originalString;
}
return this.compact();
};

Expand Down

0 comments on commit 20bebd8

Please sign in to comment.