Skip to content

Commit 0e0d361

Browse files
committed
fix: lint error
1 parent d9d2e46 commit 0e0d361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/wallets/in-app/native/ecosystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function ecosystemWallet(
7676
...createOptions?.auth,
7777
options: [], // controlled by ecosystem
7878
},
79-
partnerId: createOptions?.partnerId
79+
partnerId: createOptions?.partnerId,
8080
},
8181
connectorFactory: async (client: ThirdwebClient) => {
8282
const { InAppNativeConnector } = await import("./native-connector.js");

0 commit comments

Comments
 (0)