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 d9d2e46 commit 0e0d361Copy full SHA for 0e0d361
packages/thirdweb/src/wallets/in-app/native/ecosystem.ts
@@ -76,7 +76,7 @@ export function ecosystemWallet(
76
...createOptions?.auth,
77
options: [], // controlled by ecosystem
78
},
79
- partnerId: createOptions?.partnerId
+ partnerId: createOptions?.partnerId,
80
81
connectorFactory: async (client: ThirdwebClient) => {
82
const { InAppNativeConnector } = await import("./native-connector.js");
0 commit comments