Skip to content
Permalink
Browse files
removed linting error
  • Loading branch information
sellers3 committed Nov 24, 2019
1 parent 9ba6449 commit 841c05a9e2f530df66cd2653a8bb26eea1d8b2c3
Showing 1 changed file with 1 addition and 0 deletions.
@@ -37,6 +37,7 @@ const dbMenu = './databases/menu.db'
* @route {GET} /
* @authentication This route requires cookie-based authentication.
*/
// eslint-disable-next-line complexity
router.get('/', async ctx => {
try {
const auth = ctx.session.authorised

0 comments on commit 841c05a

Please sign in to comment.