Skip to content

Commit 8c3ddc8

Browse files
clean up
1 parent 4efe0f5 commit 8c3ddc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = (app) => {
5757
}
5858
next()
5959
} catch (e) {
60-
throw new errors.ForbiddenError('failed to check')
60+
next()
6161
}
6262
}
6363
})

0 commit comments

Comments
 (0)