Skip to content

Commit

Permalink
Remove unecessary mapping for person entity.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Dec 30, 2024
1 parent 30435b2 commit a187d32
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public void Register(TypeAdapterConfig config)
.Map(dest => dest.ProjectPersonId, src => src.Id)
.Map(dest => dest.ProjectId, src => src.ProjectId)
.Map(dest => dest.PersonId, src => src.PersonId)
.Map(dest => dest.Person, src => src.Person)
.Inherits<BaseConcurrentModel, Entity.IBaseEntity>();
}
}
Expand Down

0 comments on commit a187d32

Please sign in to comment.