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 e8b2580 commit 05fd329Copy full SHA for 05fd329
packages/thirdweb/src/utils/fetch.ts
@@ -71,7 +71,7 @@ export function getClientFetch(client: ThirdwebClient, ecosystem?: Ecosystem) {
71
headers.set("x-team-id", client.teamId);
72
}
73
} else {
74
- // onlu set secret key or client id if we are NOT using the auth token!
+ // only set secret key or client id if we are NOT using the auth token!
75
if (secretKey) {
76
headers.set("x-secret-key", secretKey);
77
0 commit comments