Skip to content

Commit

Permalink
removed unneeded maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormgate1998 committed Oct 5, 2023
1 parent 0ee445b commit 7cdca74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/v2/api/api/Mappers/AspenMapperProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,5 @@ public AspenMapperProfile()
CreateMap<DtoPersonTeamAssociation, DtoPersonTeamAssociation>()
.ReverseMap();

CreateMap<DbPersonTeamAssociation, DtoPersonTeamAssociation>()
.ReverseMap();
}
}

0 comments on commit 7cdca74

Please sign in to comment.