Skip to content

Commit

Permalink
[minor] Remove redundant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Aug 23, 2021
1 parent 5472388 commit 36dd8b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -468,7 +468,6 @@ function set(part, value, fn) {
var splits = value.split(':');
url.username = splits[0];
url.password = splits.length === 2 ? splits[1] : '';
url[part] = value;
}

for (var i = 0; i < rules.length; i++) {
Expand Down

0 comments on commit 36dd8b4

Please sign in to comment.