Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This function calls itself recursively, so the type checker cannot infer its signature. Add one explicitly. Fixes > pkg/storaged/crypto/keyslots.jsx(405,44): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions. which is the last remaining instance of that error. So stop ignoring it.
- Loading branch information