Skip to content

Commit

Permalink
fix: merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
eLoyyyyy committed Oct 16, 2024
1 parent d7403e2 commit 52e02f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/base64.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This works the same as `Buffer.from(input).toString('base64url')`
* This works the same as `Buffer.from(input).toString('base64')`
* to work on both Node.js and browser environment.
*
* @internal
Expand Down

0 comments on commit 52e02f7

Please sign in to comment.