Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Nov 3, 2023
1 parent 72110ad commit 343b085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wallet-connect/src/signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export const newWcSigner = ({

const vechainNamespace = session.namespaces.vechain;

// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (!vechainNamespace) {
throw new Error(
'Failed to create a vechain session with wallet connect',
Expand Down

0 comments on commit 343b085

Please sign in to comment.