Skip to content

Commit

Permalink
lint: remove unnecessary continue statement in loop
Browse files Browse the repository at this point in the history
closes #4868
  • Loading branch information
Hashen110 authored and dougwilson committed Mar 21, 2022
1 parent bf4c3ee commit 947b6b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ proto.handle = function handle(req, res, out) {
// don't even bother matching route
if (!has_method && method !== 'HEAD') {
match = false;
continue;
}
}

Expand Down

0 comments on commit 947b6b7

Please sign in to comment.