Linting fixes

This commit is contained in:
efarooqui
2021-04-30 19:34:29 -07:00
parent 7e97c5c227
commit 0ee207dc75
2 changed files with 2 additions and 3 deletions

View File

@@ -33,8 +33,7 @@ export default ({ config, controller }) => {
.catch(err => {
res.status(404)
.send({ error: err.message, err })
}
)
})
})
api.get('/:sheet/:tab/:resource/:frag', (req, res) => {

View File

@@ -1,7 +1,7 @@
import copy from '../copy/en'
/**
* Controller class
* Controller class
*
*/
class Controller {