Skip to content

Commit

Permalink
1.0.21-beta - test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adospace committed Aug 27, 2024
1 parent c077f7c commit 1444bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace {{namespaceName}}
{
partial class {{className}} : IEntity
{
object? IEntity.GetKey() => {{idPropertyName}} == default ? null : {{idPropertyName}};
object? IEntity.GetKey() => {{idPropertyName}};
}
}
""";
Expand Down

0 comments on commit 1444bb7

Please sign in to comment.