This commit is contained in:
Ward from fusion-voyager-3 2024-07-11 09:03:10 +03:00
parent 24b91c754a
commit e252712a7e

View File

@ -275,7 +275,6 @@ fn apt_confirm_window(
std::fs::remove_file(json_file_path).expect("Failed to remove old json file"); std::fs::remove_file(json_file_path).expect("Failed to remove old json file");
} }
if !excluded_updates_vec.is_empty() { if !excluded_updates_vec.is_empty() {
let exclusions_array = Exclusions { let exclusions_array = Exclusions {
exclusions: excluded_updates_vec exclusions: excluded_updates_vec