We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943a7e3 commit 4fb17feCopy full SHA for 4fb17fe
src/JsonApiDotNetCore/Models/AttrAttribute.cs
@@ -32,7 +32,6 @@ public AttrAttribute(string publicName = null, bool isImmutable = false, bool is
32
IsImmutable = isImmutable;
33
IsFilterable = isFilterable;
34
IsSortable = isSortable;
35
-
36
}
37
38
/// <summary>
0 commit comments