Skip to content

Commit 05fd329

Browse files
authored
Update fetch.ts
1 parent e8b2580 commit 05fd329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/utils/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function getClientFetch(client: ThirdwebClient, ecosystem?: Ecosystem) {
7171
headers.set("x-team-id", client.teamId);
7272
}
7373
} else {
74-
// onlu set secret key or client id if we are NOT using the auth token!
74+
// only set secret key or client id if we are NOT using the auth token!
7575
if (secretKey) {
7676
headers.set("x-secret-key", secretKey);
7777
}

0 commit comments

Comments
 (0)