Skip to content

Commit

Permalink
fix(keychain): super.clear() call (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomura authored Jan 26, 2024
1 parent 4c52dfa commit b8e0475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/keychain/module/keychain.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class Keychain extends ExodusModule {
return new Keychain({ legacyPrivToPub: this.#legacyPrivToPub })
}

clear = async () => {
async clear() {
// noop
}
}
Expand Down

0 comments on commit b8e0475

Please sign in to comment.