refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-09-23 20:43:50 -05:00
parent 8e41f71e70
commit b80b7b482c

View File

@ -520,10 +520,11 @@ void base_provider::remove_deleted_files(bool source_only) {
continue;
}
if (not exists) {
removed_list.emplace_back(
removed_item{api_path, false, meta[META_SOURCE]});
if (exists) {
continue;
}
removed_list.emplace_back(removed_item{api_path, false, meta[META_SOURCE]});
}
for (auto &&item : removed_list) {