Skip to content

Commit

Permalink
graph: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Jan 23, 2024
1 parent e390933 commit cb032d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/src/schema/input_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ impl AggregationMapping {
pub fn aggregation<'a>(&self, schema: &'a InputSchema) -> &'a Aggregation {
schema.inner.type_infos[self.aggregation]
.aggregation()
.expect("the aggregation source is an object types")
.expect("the aggregation source is an object type")
}

pub fn agg_type(&self, schema: &InputSchema) -> EntityType {
Expand Down

0 comments on commit cb032d7

Please sign in to comment.