Skip to content

Commit cc3564d

Browse files
MilosMilos
authored andcommitted
Fix?
1 parent 47d4fcd commit cc3564d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/JsonApiDotNetCore/Internal/Query/RelatedAttrFilterQuery.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ public RelatedAttrFilterQuery(
2626

2727
[Obsolete("Use " + nameof(Attribute) + " instead.")]
2828
public AttrAttribute FilteredAttribute { get; set; }
29-
3029
[Obsolete("Use " + nameof(Relationship) + " instead.")]
3130
public RelationshipAttribute FilteredRelationship { get; set; }
32-
3331
}
3432
}

0 commit comments

Comments
 (0)