Skip to content

Commit

Permalink
remove deprecated dependency-errors field
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez committed Sep 28, 2023
1 parent 0643730 commit 786de26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/status/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ pub struct Status {
pub configured: bool,
pub main: MainStatus,
#[serde(default)]
pub dependency_errors: BTreeMap<(), ()>, // TODO: remove
#[serde(default)]
pub dependency_config_errors: DependencyConfigErrors,
}

Expand Down

0 comments on commit 786de26

Please sign in to comment.