gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 6 forks source link

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

Open gbowne1 opened 11 months ago

gbowne1 commented 11 months 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.