Fix the Web and API v1 where values were assigned but never used #88
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
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.The text was updated successfully, but these errors were encountered: