Skip to content

Commit f13af09

Browse files
author
Bart Koelman
committed
Resolved TODO
1 parent ad2625d commit f13af09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/JsonApiDotNetCore/Queries/Internal/QueryableBuilding/WhereClauseBuilder.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,6 @@ protected override MemberExpression CreatePropertyExpressionForFieldChain(IReadO
301301

302302
private static string GetPropertyName(ResourceFieldAttribute field)
303303
{
304-
// TODO: Is this still true when using has() with a filter?
305-
306-
// In case of a HasManyThrough access (from count() or has() function), we only need to look at the number of entries in the join table.
307304
return field is HasManyThroughAttribute hasManyThrough ? hasManyThrough.ThroughProperty.Name : field.Property.Name;
308305
}
309306
}

0 commit comments

Comments
 (0)