refactor reviewsperbackend

This commit is contained in:
steven-omaha
2023-02-02 14:45:36 +01:00
parent 0ac745486b
commit 565a026cc9
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ impl From<ReviewsPerBackend> for Vec<Strategy> {
fn from(reviews: ReviewsPerBackend) -> Self {
let mut result = vec![];
for (backend, actions) in reviews.0 {
for (backend, actions) in reviews.items {
let (to_delete, assign_group, as_dependency) = divide_actions(actions);
result.push(Strategy::new(