Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher authored Oct 6, 2023
1 parent 26a08e6 commit 4da50f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,6 @@ function base64urlSlice (buf, start, end, encoding) {
if (start === 0 && end === buf.length) {
return base64urlFromBase64(base64.fromByteArray(buf))
}

return base64urlFromBase64(base64.fromByteArray(buf.slice(start, end)))
}

Expand Down

0 comments on commit 4da50f9

Please sign in to comment.