Skip to content

Commit

Permalink
clip y
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Nov 26, 2024
1 parent 574d4a6 commit 386ff7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/feature-flags/src/cohort/cohort_operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Cohort {

let mut props = cohort_property.properties.to_inner();
props.retain(|f| !(f.key == "id" && f.prop_type == "cohort"));
return Ok(props);
Ok(props)
}

/// Extracts dependent CohortIds from the cohort's filters
Expand Down

0 comments on commit 386ff7b

Please sign in to comment.