Enable sweep flag for staff (#42987)

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga
2025-11-18 15:39:27 +00:00
committed by GitHub
parent 7e591a7e9a
commit 1c66c3991d
-4
View File
@@ -37,10 +37,6 @@ pub struct SweepFeatureFlag;
impl FeatureFlag for SweepFeatureFlag {
const NAME: &str = "sweep-ai";
fn enabled_for_staff() -> bool {
false
}
}
#[derive(Clone)]