Skip to content

Commit 947b6b7

Browse files
Hashen110dougwilson
authored andcommittedMar 21, 2022
lint: remove unnecessary continue statement in loop
closes #4868
·
v5.1.04.18.0
1 parent bf4c3ee commit 947b6b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎lib/router/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ proto.handle = function handle(req, res, out) {
251251
// don't even bother matching route
252252
if (!has_method && method !== 'HEAD') {
253253
match = false;
254-
continue;
255254
}
256255
}
257256

0 commit comments

Comments
 (0)
Please sign in to comment.