[Cleanup] any
type if possible
#1291
Labels
technical debt
If not paid, jeapardizes long-term success and maintainability of the repository.
any
type if possible
#1291
Describe the bug
During the Node upgrade, we began to start seeing linter complaints about types being implicitly typed as
any
. To get around that we explicitly typed them asany
. However some files were missed when updated to explicitly typed:For example:
To Reproduce
Navigate to those files, notice the linter complain.
Expected behavior
The solution to type as
any
was a temp fix we should explicitly type it as the expected type if possible.The text was updated successfully, but these errors were encountered: