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

This commit is contained in:
Scott E. Graves 2024-10-08 14:26:06 -05:00
parent e697363574
commit d6ac8cfeca

View File

@ -377,7 +377,8 @@ struct db_comp_next_t final {
value,
});
ctx->where_values.push_back(&value);
ctx->where_values.push_back(
&std::get<comp_data_t>(*std::prev(owner->actions.end())).value);
return wn_t{
ctx,
@ -415,7 +416,8 @@ struct db_comp_next_limit_t final {
value,
});
ctx->where_values.push_back(&value);
ctx->where_values.push_back(
&std::get<comp_data_t>(*std::prev(owner->actions.end())).value);
return wn_t{
ctx,