Skip to content

Commit

Permalink
fix(xdefi-wallet): fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed Mar 13, 2024
1 parent 51f9d5b commit 3d0513a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallets/xdefi-wallet/src/connectWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export const connectWallet = async () => {
message: '',
purposes: [AddressPurpose.Payment],
},
// eslint-disable-next-line @typescript-eslint/no-empty-function
onFinish: () => {},
// eslint-disable-next-line @typescript-eslint/no-empty-function
onCancel: () => {},
});
return true;
Expand Down

0 comments on commit 3d0513a

Please sign in to comment.