Skip to content

Commit 1934ce5

Browse files
committed
linting
1 parent b3e825d commit 1934ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/next.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function next(middlewares, req, res, index, routers, defaultRoute, errorHandler) {
22
routers = routers || {}
3-
3+
44
const middleware = middlewares[index]
55
if (!middleware) {
66
if (!res.finished) {

0 commit comments

Comments
 (0)