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 build warning: "Unexpected any" for file data in upload torrent form #7

Open
josecelano opened this issue Jun 23, 2023 · 0 comments
Milestone

Comments

@josecelano
Copy link
Member

josecelano commented Jun 23, 2023

$ npm run lint

> torrust-index-api-lib@1.0.0-alpha.3 lint
> eslint --ext ".ts,.js,.vue" --ignore-path .gitignore .


/home/josecelano/Documents/github/committer/me/torrust/torrust-index-api-lib/src/modes/rest/resources/torrent.ts
  54:11  error  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  98:34  error  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

✖ 2 problems (2 errors, 0 warnings)
@josecelano josecelano transferred this issue from torrust/torrust-index-types-lib Jun 23, 2023
@cgbosse cgbosse added this to the v3.1.0 milestone May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants