Skip to content

Commit

Permalink
Drag in changes for bitwarden/server#3343
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 13, 2023
1 parent d39bce9 commit 4e3b10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden-api-api/src/models/global_domains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
pub struct GlobalDomains {
#[serde(rename = "type", skip_serializing_if = "Option::is_none")]
pub r#type: Option<crate::models::GlobalEquivalentDomainsType>,
pub r#type: Option<i32>,
#[serde(rename = "domains", skip_serializing_if = "Option::is_none")]
pub domains: Option<Vec<String>>,
#[serde(rename = "excluded", skip_serializing_if = "Option::is_none")]
Expand Down

0 comments on commit 4e3b10b

Please sign in to comment.