Skip to content

Commit

Permalink
bench: remove unused parameter
Browse files Browse the repository at this point in the history
closes #4898
  • Loading branch information
Hashen110 authored and dougwilson committed Apr 29, 2022
1 parent e2482b7 commit 75e0c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/middleware.js
Expand Up @@ -13,7 +13,7 @@ while (n--) {
});
}

app.use(function(req, res, next){
app.use(function(req, res){
res.send('Hello World')
});

Expand Down

0 comments on commit 75e0c7a

Please sign in to comment.