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

This commit is contained in:
2025-09-16 07:08:39 -05:00
parent 9f956aedf3
commit e511cd747a

View File

@@ -831,6 +831,8 @@ void base_provider::remove_unmatched_source_files(stop_type &stop_requested) {
auto base_provider::set_item_meta(const std::string &api_path,
const std::string &key,
const std::string &value) -> api_error {
REPERTORY_USES_FUNCTION_NAME();
auto ret = meta_db_->set_item_meta(api_path, key, value);
if (ret != api_error::success) {
return ret;