Skip to content

Commit

Permalink
CU-86a23ccez - Fix Svelte Wallet Connect for TurboRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoDizConde committed Mar 22, 2024
1 parent fcc8612 commit c080cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-svelte/src/WcSdkStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class WCSDKStore implements IWalletConnectStore {
this.signClientWritable.set(signClient)
} catch (error) {
if ((error as string) !== 'TypeError: WcSdk.init is not a function') {
console.error(error)
throw error
}
}
}
Expand Down

0 comments on commit c080cf2

Please sign in to comment.