Skip to content

Commit

Permalink
chore: removed unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Nov 13, 2024
1 parent 3cc3d0e commit 0e211ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function validateClaimDateValue(value, modifier, now, greater, errorCode, errorV
function verifyToken(
key,
{ input, header, payload, signature },
{ validators, allowedAlgorithms, checkTyp, clockTimestamp, clockTolerance, requiredClaims }
{ validators, allowedAlgorithms, checkTyp, clockTimestamp, requiredClaims }
) {
// Verify the key
/* istanbul ignore next */
Expand Down

0 comments on commit 0e211ae

Please sign in to comment.