fix(rebase): unify agent config and remove duplicate fields
This commit is contained in:
parent
413ecfd143
commit
e005b6d9e4
2 changed files with 7 additions and 26 deletions
|
|
@ -128,7 +128,6 @@ pub fn run_wizard() -> Result<Config> {
|
|||
identity: crate::config::IdentityConfig::default(),
|
||||
cost: crate::config::CostConfig::default(),
|
||||
peripherals: crate::config::PeripheralsConfig::default(),
|
||||
agent: crate::config::AgentConfig::default(),
|
||||
agents: std::collections::HashMap::new(),
|
||||
hardware: hardware_config,
|
||||
};
|
||||
|
|
@ -333,7 +332,6 @@ pub fn run_quick_setup(
|
|||
identity: crate::config::IdentityConfig::default(),
|
||||
cost: crate::config::CostConfig::default(),
|
||||
peripherals: crate::config::PeripheralsConfig::default(),
|
||||
agent: crate::config::AgentConfig::default(),
|
||||
agents: std::collections::HashMap::new(),
|
||||
hardware: crate::config::HardwareConfig::default(),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue