fix: remove duplicate code block in secrets mod
Some checks failed
BotServer CI/CD / build (push) Failing after 12s
Some checks failed
BotServer CI/CD / build (push) Failing after 12s
This commit is contained in:
parent
10e4f4ac9b
commit
697210a37e
1 changed files with 1 additions and 5 deletions
|
|
@ -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 {
|
||||
return Self::get_from_env(path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue