Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Jan 29, 2024
1 parent e79b6ca commit 8d9c7ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn coerce_json_relation_to_pv(value: serde_json::Value, rs: &RelationSelection)
.map(|value| coerce_json_relation_to_pv(value, rs));

// TODO(HACK): We probably want to update the sql builder instead to not aggregate to-one relations as array
// If the arary is empty, it means there's no relations, so we coerce it to
// If the array is empty, it means there's no relations, so we coerce it to
if let Some(val) = coerced {
val
} else {
Expand Down

0 comments on commit 8d9c7ab

Please sign in to comment.