Skip to content

Commit

Permalink
Update src/aggregation/agg_req_with_accessor.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Masurel <[email protected]>
  • Loading branch information
PSeitz and fulmicoton authored Jul 27, 2023
1 parent dcbdab8 commit e461919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregation/agg_req_with_accessor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl AggregationWithAccessor {
}
};

let aggs: Vec<_> = acc_field_types
let aggs: Vec<AggregationWithAccessor> = acc_field_types
.into_iter()
.map(|(accessor, field_type)| {
Ok(AggregationWithAccessor {
Expand Down

0 comments on commit e461919

Please sign in to comment.