We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62f491 commit 3efd4c3Copy full SHA for 3efd4c3
packages/thirdweb/src/wallets/in-app/native/helpers/api/fetchers.ts
@@ -19,7 +19,7 @@ const ECOSYSTEM_PARTNER_ID_HEADER = "x-ecosystem-partner-id";
19
20
let sessionNonce: Hex | undefined = undefined;
21
22
-export function getSessionHeaders() {
+function getSessionHeaders() {
23
if (!sessionNonce) {
24
sessionNonce = randomBytesHex(16);
25
}
0 commit comments