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 5a45c38 commit d6161aaCopy full SHA for d6161aa
packages/thirdweb/src/wallets/in-app/core/users/getUser.ts
@@ -93,9 +93,7 @@ export async function getUser({
93
94
const res = await clientFetch(url.toString(), {
95
headers: {
96
- ...(ecosystem?.id
97
- ? { "x-ecosystem-id": `ecosystem.${ecosystem.id}` }
98
- : {}),
+ ...(ecosystem?.id ? { "x-ecosystem-id": ecosystem.id } : {}),
99
...(ecosystem?.partnerId
100
? { "x-ecosystem-partner-id": ecosystem.partnerId }
101
: {}),
0 commit comments