Fix caching harder

This commit is contained in:
Simon Quigley 2024-12-18 18:25:51 -06:00
parent 96ab2b7eaa
commit aa0f4d4365

View File

@ -37,8 +37,8 @@ source_package_publishing_history::source_package_publishing_history()
if (ds) {
ds->set_lp(lp);
_distro_series = std::move(ds.value());
return ds;
_distro_series = ds.value();
return _distro_series;
}
return std::nullopt;