Skip to content

Commit 6c5214d

Browse files
author
Bart Koelman
committed
Fixed: Error when using EagerLoad on a relationship
1 parent 58ac1ec commit 6c5214d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ private ICollection<PropertySelector> ToPropertySelectors(IDictionary<ResourceFi
128128
{
129129
propertySelectors[propertySelector.Property] = propertySelector;
130130
}
131-
132-
propertySelectors[propertySelector.Property] = propertySelector;
133131
}
134132

135133
return propertySelectors.Values;

0 commit comments

Comments
 (0)