Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Linting rules (no-unsafe-argument) #2196

Merged
merged 5 commits into from
Mar 19, 2024

Conversation

LautaroPetaccio
Copy link
Contributor

This PR fixes the no-unsafe-argument linting rule.

Copy link

vercel bot commented Mar 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marketplace ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2024 7:44pm

@coveralls
Copy link

coveralls commented Mar 19, 2024

Coverage Status

coverage: 66.193% (-0.01%) from 66.204%
when pulling 9927ed7 on fix/linting-rules-seven
into 142d157 on master.

@@ -91,7 +91,7 @@ export function* itemSaga(getIdentity: () => AuthIdentity | undefined) {

// to avoid race conditions, just one fetch items request is handled at once in the browse page
function* takeLatestByPath(actionType: string, path: string): SagaIterator {
let task
let task: Task<any> | undefined
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we set this a unknown?

@LautaroPetaccio LautaroPetaccio merged commit e4e7951 into master Mar 19, 2024
9 checks passed
@LautaroPetaccio LautaroPetaccio deleted the fix/linting-rules-seven branch March 19, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants