Skip to content

Commit

Permalink
fix: per comments 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanov N committed Dec 27, 2024
1 parent f4141c0 commit 0ea3c4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/store/modules/kly/kly-getters.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export default {
isNewAccount,
nonce: state.nonce
})
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (error) {
} catch {
return 0
}
},
Expand Down

0 comments on commit 0ea3c4b

Please sign in to comment.