Skip to content

Commit

Permalink
chore: fix lint (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZhang1024 authored Nov 11, 2024
1 parent f4e39f4 commit 84a0165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class implements InjectedAccounts {
subscribe = (cb: (accounts: InjectedAccount[]) => unknown): Unsubcall => {
// listener for account change
const unsub = this.provider.web3AccountsSubscribe(cb);
this.get();
void this.get();
return unsub;
};

Expand Down

0 comments on commit 84a0165

Please sign in to comment.