Skip to content

Commit 29f214c

Browse files
fix lint
1 parent 5d9d7ec commit 29f214c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app-routes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ module.exports = (app) => {
5858
}
5959
next()
6060
} catch (e) {
61-
throw new errors.ForbiddenError('failed to check')
62-
// next()
61+
throw new errors.ForbiddenError('failed to check')
6362
}
6463
}
6564
})

0 commit comments

Comments
 (0)