Skip to content

Commit bab2088

Browse files
committed
lint
1 parent 1894888 commit bab2088

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/thirdweb/src/wallets/connection/autoConnectCore.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ const _autoConnectCore = async ({
9393
clientId: props.client.clientId,
9494
ecosystem: isEcosystemWallet(wallet)
9595
? {
96-
id: wallet.id,
97-
partnerId: wallet.getConfig()?.partnerId,
98-
}
96+
id: wallet.id,
97+
partnerId: wallet.getConfig()?.partnerId,
98+
}
9999
: undefined,
100100
});
101101
await clientStorage.saveAuthCookie(urlToken.authCookie);
@@ -151,9 +151,9 @@ const _autoConnectCore = async ({
151151
const connectedWallet = await (connectOverride
152152
? connectOverride(activeWallet)
153153
: manager.connect(activeWallet, {
154-
client: props.client,
155-
accountAbstraction: props.accountAbstraction,
156-
}));
154+
client: props.client,
155+
accountAbstraction: props.accountAbstraction,
156+
}));
157157
if (connectedWallet) {
158158
autoConnected = true;
159159
try {

0 commit comments

Comments
 (0)