1
0

fix: fix binstore bugs according to test

This commit is contained in:
2025-12-16 14:37:46 +08:00
parent fcd0b3364f
commit 194f055039
2 changed files with 5 additions and 2 deletions

View File

@@ -181,6 +181,9 @@ namespace yycc::carton::binstore::storage {
auto ba = success_ser ? std::move(rv_ser.value()) : serdes.reset();
// Assign it to setting's raw value.
this->set_raw_value(token, std::move(ba));
// Return result
return success_ser;
}
};