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 1db1073 commit 8fad8f0Copy full SHA for 8fad8f0
lib/router/sequential.js
@@ -55,7 +55,7 @@ module.exports = (config = {}) => {
55
return this
56
}
57
58
- router.lookup = async (req, step) => {
+ router.lookup = (req, step) => {
59
const url = new URL(req.url)
60
req.path = url.pathname || '/'
61
req.query = url.queryparams
0 commit comments