Skip to content

Commit 7268b66

Browse files
MilosMilos
Milos
authored and
Milos
committed
Add continue
1 parent 5e615e8 commit 7268b66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonApiDotNetCore/Builders/ContextGraphBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ protected virtual List<AttrAttribute> GetAttributes(Type entityType)
148148
InternalAttributeName = prop.Name
149149
};
150150
attributes.Add(idAttr);
151+
continue;
151152
}
152153

153154
var attribute = (AttrAttribute)prop.GetCustomAttribute(typeof(AttrAttribute));

0 commit comments

Comments
 (0)