Skip to content

Commit

Permalink
fix: type error in example usage (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
playerony authored Mar 27, 2023
1 parent 1334318 commit 5172e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ try {
});

// DO WHATEVER YOU WANT WITH YOUR DECODED TOKEN
} catch (error: unknown) {
} catch (error) {
// ALL ERRORS GONNA SHOW HERE AS A STRING VALUE
}

Expand Down

0 comments on commit 5172e41

Please sign in to comment.