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 the Web and API v1 where values were assigned but never used #88

Open
gbowne1 opened this issue Aug 6, 2023 · 0 comments
Open

Fix the Web and API v1 where values were assigned but never used #88

gbowne1 opened this issue Aug 6, 2023 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested test Issues related to tests
Milestone

Comments

@gbowne1
Copy link
Owner

gbowne1 commented Aug 6, 2023

The controllers in the API, both the web and the API v1 are missing some defines or things are declared but never used.

like boom, logger and next

ESlint found plenty of times where this was assigned a value but never used.

run npx eslint --fix . in the project client and server to see where these occur.

@gbowne1 gbowne1 added the help wanted Extra attention is needed label Aug 6, 2023
@gbowne1 gbowne1 added this to the Backend milestone Aug 6, 2023
@gbowne1 gbowne1 added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers question Further information is requested test Issues related to tests labels Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested test Issues related to tests
Projects
Development

No branches or pull requests

1 participant