cleanup
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-08-31 14:17:22 -05:00
parent 932106d671
commit b40b0397d7

View File

@@ -989,8 +989,6 @@ auto encrypt_provider::start(api_item_added_callback /*api_item_added*/,
return false;
}
file_db_ = create_file_db(config_);
std::string source_path;
auto res{file_db_->get_directory_source_path("/", source_path)};
if (res != api_error::success && res != api_error::directory_not_found) {