Open gbowne1 opened 1 year ago
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.
npx eslint --fix .
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.