fix: remove duplicate code block in secrets mod
Some checks failed
BotServer CI/CD / build (push) Failing after 12s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-05 00:44:20 -03:00
parent 10e4f4ac9b
commit 697210a37e

View file

@ -941,12 +941,8 @@ impl SecretsManager {
} }
} }
} }
}
}
(String::new(), 587, String::new(), String::new(), String::new())
}
fn get_secret_blocking(&self, path: &str) -> Result<HashMap<String, String>> { // ============ TENANT-AWARE METHODS (org_id -> tenant -> secrets) ============
if !self.enabled { if !self.enabled {
return Self::get_from_env(path); return Self::get_from_env(path);
} }