Skip to content

Commit

Permalink
Fixes #230
Browse files Browse the repository at this point in the history
Signed-off-by: Vrtgs <[email protected]>
  • Loading branch information
Vrtgs committed Sep 3, 2024
1 parent 05fce73 commit 099de76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirtyfour/src/common/capabilities/desiredcapabilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ pub enum Proxy {
socks_password: Option<String>,
/// Urls to skip the proxy.
#[serde(skip_serializing_if = "Option::is_none")]
no_proxy: Option<String>,
no_proxy: Option<Vec<String>>,
},
/// Autoconfiguration url.
#[serde(rename = "pac")]
Expand Down

0 comments on commit 099de76

Please sign in to comment.