fix
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-12 10:28:13 -05:00
parent eee5587bab
commit 21ac54e97c

View File

@@ -151,7 +151,7 @@ auto file_manager::create(const std::string &api_path, api_meta_map &meta,
return open(api_path, false, ofd, handle, file);
}
auto download_pinned_file(const std::string &api_path) -> bool {
auto file_manager::download_pinned_file(const std::string &api_path) -> bool {
REPERTORY_USES_FUNCTION_NAME();
recur_mutex_lock file_lock(open_file_mtx_);