Skip to content

Commit 3efd4c3

Browse files
committed
fix: knip erroirs
1 parent f62f491 commit 3efd4c3

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/wallets/in-app/native/helpers/api

1 file changed

+1
-1
lines changed

packages/thirdweb/src/wallets/in-app/native/helpers/api/fetchers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ECOSYSTEM_PARTNER_ID_HEADER = "x-ecosystem-partner-id";
1919

2020
let sessionNonce: Hex | undefined = undefined;
2121

22-
export function getSessionHeaders() {
22+
function getSessionHeaders() {
2323
if (!sessionNonce) {
2424
sessionNonce = randomBytesHex(16);
2525
}

0 commit comments

Comments
 (0)