forked from MetaMask/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `retry` parameter of `safelyExecute` was unused, so it has been removed. Generally this parameter does not seem useful, and we are trying to remove all uses of this function anyway. This makes updating to TypeScript v4.4 slightly easier, because the invocation of the retry function is a type error on that version (because `error` is `unknown`).
- Loading branch information
Showing
2 changed files
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters