fix
This commit is contained in:
@@ -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,
|
auto base_provider::set_item_meta(const std::string &api_path,
|
||||||
const std::string &key,
|
const std::string &key,
|
||||||
const std::string &value) -> api_error {
|
const std::string &value) -> api_error {
|
||||||
|
REPERTORY_USES_FUNCTION_NAME();
|
||||||
|
|
||||||
auto ret = meta_db_->set_item_meta(api_path, key, value);
|
auto ret = meta_db_->set_item_meta(api_path, key, value);
|
||||||
if (ret != api_error::success) {
|
if (ret != api_error::success) {
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user