Skip to content

Commit 947b6b7

Browse files
Hashen110dougwilson
authored andcommitted
lint: remove unnecessary continue statement in loop
closes #4868
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

-1
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)