file mgr db unit tests and fixes

This commit is contained in:
Scott E. Graves 2024-12-09 13:30:53 -06:00
parent 1e8a351f67
commit 3425619773

View File

@ -240,7 +240,7 @@ auto rdb_file_mgr_db::remove_upload(const std::string &api_path) -> bool {
});
}
return false;
return true;
}
auto rdb_file_mgr_db::remove_upload_active(const std::string &api_path)