Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Sep 7, 2023
1 parent d87a331 commit d846c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/wallet/wallet-method-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class WalletMethodHandler {
*/
getSecretManager(): SecretManager {
try {
let result = getSecretManagerFromWallet(this.methodHandler);
const result = getSecretManagerFromWallet(this.methodHandler);
return new SecretManager(result);
} catch (error: any) {
throw errorHandle(error);
Expand Down

0 comments on commit d846c68

Please sign in to comment.