Skip to content

Commit

Permalink
Temporarily remove serde attribute to get Communities fix out (#6556)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Oct 10, 2024
1 parent 320d3b3 commit 099e515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/libraries/types/src/gated_groups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct AccessGateConfig {
}

#[derive(Serialize, Deserialize, Clone, Debug, Eq, PartialEq)]
#[serde(from = "AccessGate")]
// #[serde(from = "AccessGate")]
pub struct AccessGateConfigInternal {
pub gate: AccessGate,
pub expiry: Option<Milliseconds>,
Expand Down

0 comments on commit 099e515

Please sign in to comment.