Skip to content

Commit

Permalink
fix directUrl transform exception (#1361)
Browse files Browse the repository at this point in the history
Co-authored-by: liujianjun.ljj <[email protected]>
  • Loading branch information
EvenLjj and liujianjun.ljj authored Aug 28, 2023
1 parent 666261d commit bff853f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ protected void refreshDomain() {
}

for (String directUrl : keySet) {
ProviderInfo providerInfo = ProviderHelper.toProviderInfo(directUrl);
ProviderInfo providerInfo = convertToProviderInfo(directUrl);
List<ProviderInfo> result = directUrl2IpUrl(providerInfo, domainCache.get(directUrl));
domainCache.put(directUrl, result);
}
Expand Down

0 comments on commit bff853f

Please sign in to comment.