Skip to content

Commit 9e4e64e

Browse files
committed
refactor: mark new TextEncoder as pure
1 parent 7b61c52 commit 9e4e64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/internal/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const _textEncoder = new TextEncoder();
1+
const _textEncoder = /* @__PURE__ */ new TextEncoder();
22

33
/**
44
* Constant-time string comparison to prevent timing attacks.

0 commit comments

Comments
 (0)