We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ac1ec commit 6c5214dCopy full SHA for 6c5214d
src/JsonApiDotNetCore/Queries/Internal/QueryableBuilding/SelectClauseBuilder.cs
@@ -128,8 +128,6 @@ private ICollection<PropertySelector> ToPropertySelectors(IDictionary<ResourceFi
128
{
129
propertySelectors[propertySelector.Property] = propertySelector;
130
}
131
-
132
- propertySelectors[propertySelector.Property] = propertySelector;
133
134
135
return propertySelectors.Values;
0 commit comments