Skip to content

Commit

Permalink
chore: update packages/hdwallet-tallyho/src/adapter.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Apotheosis <[email protected]>
  • Loading branch information
gomesalexandre and 0xApotheosis authored Jun 28, 2022
1 parent 30ac4da commit fe03120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hdwallet-tallyho/src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class TallyHoAdapter {
}

public async pairDevice(): Promise<TallyHoHDWallet | undefined> {
let provider;
let provider: TallyHoEthereumProvider | null;
// eslint-disable-next-line no-useless-catch
try {
provider = await this.detectTallyProvider();
Expand Down

0 comments on commit fe03120

Please sign in to comment.