Skip to content

Commit 8fad8f0

Browse files
committed
removing unrequired async
1 parent 1db1073 commit 8fad8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/router/sequential.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = (config = {}) => {
5555
return this
5656
}
5757

58-
router.lookup = async (req, step) => {
58+
router.lookup = (req, step) => {
5959
const url = new URL(req.url)
6060
req.path = url.pathname || '/'
6161
req.query = url.queryparams

0 commit comments

Comments
 (0)