preemptive fix
All checks were successful
/ build-all-services (push) Successful in 9m20s

This commit is contained in:
husky 2025-03-13 19:45:46 -07:00
parent d45f13f030
commit 384464bdbc

View file

@ -161,7 +161,7 @@ async fn main() {
caps.set_proxy(Proxy::Manual {
ftp_proxy: None,
http_proxy: Some(proxy.to_string()),
ssl_proxy: None,
ssl_proxy: Some(proxy.to_string()),
socks_proxy: None,
socks_version: None,
socks_username: None,