We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efe0f5 commit 8c3ddc8Copy full SHA for 8c3ddc8
app-routes.js
@@ -57,7 +57,7 @@ module.exports = (app) => {
57
}
58
next()
59
} catch (e) {
60
- throw new errors.ForbiddenError('failed to check')
+ next()
61
62
63
})
0 commit comments