Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 08a6331

Browse files
committed
Fix a lint warning
1 parent 55ce158 commit 08a6331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logic/safe/store/actions/createTransaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type ErrorEventHandler = () => void
5555

5656
export const METAMASK_REJECT_CONFIRM_TX_ERROR_CODE = 4001
5757

58-
export const isKeystoneError = (err: Error) => {
58+
export const isKeystoneError = (err: Error): boolean => {
5959
return err.message.startsWith('#ktek_error')
6060
}
6161

0 commit comments

Comments
 (0)