chore: linting

This commit is contained in:
Roberto Tonino
2021-04-24 18:08:08 +02:00
parent 29c84cf8b9
commit 1ecaaba51f
5 changed files with 119 additions and 109 deletions

View File

@@ -27,7 +27,7 @@ const handler: RequestHandler<{}, {}, {}, RawAlbumQuery> = (req, res, next) => {
next()
}
const { term, start, nb, ack } = parseQuery(req.query)
const { term } = parseQuery(req.query)
if (!term || term.trim() === '') {
res.status(400).send()