Skip to content

Commit

Permalink
refactor: refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
avwo committed Apr 11, 2023
1 parent 9703e35 commit 92cb520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const resolveHost = (host) => {
port: parseInt(RegExp.$2, 10),
};
}
return {};
};

const resolveHostList = (str) => {
Expand Down

0 comments on commit 92cb520

Please sign in to comment.