use semantic method name

This commit is contained in:
yggverse 2025-07-29 20:00:58 +03:00
parent e7e216aaea
commit d5ffc672aa
2 changed files with 2 additions and 2 deletions

View file

@ -254,7 +254,7 @@ impl Request {
Ok(())
}
pub fn refresh(&self) {
pub fn refresh_proxy_resolver(&self) {
refresh_proxy_resolver(&self.entry, &self.profile, &self.proxy_resolver)
}