Skip to content

Commit 36dd8b4

Browse files
committedAug 23, 2021
[minor] Remove redundant assignment
1 parent 5472388 commit 36dd8b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎index.js

-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ function set(part, value, fn) {
468468
var splits = value.split(':');
469469
url.username = splits[0];
470470
url.password = splits.length === 2 ? splits[1] : '';
471-
url[part] = value;
472471
}
473472

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

0 commit comments

Comments
 (0)
Please sign in to comment.