Skip to content

Commit

Permalink
fix: unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Nov 12, 2024
1 parent 3f31b47 commit 2880c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/shared/src/Bytes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export class Bytes extends Uint8Array {
return uint8ArrayToBase64(this);
case "base64url":
return uint8ArrayToBase64(this, { urlSafe: true });
return uint8ArrayToString(this, "utf8");
case "ucs-2":
case "ucs2":
case "utf16le":
Expand Down

0 comments on commit 2880c38

Please sign in to comment.