Skip to content

Commit

Permalink
Removed ignore from mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
owencampbell committed Aug 21, 2024
1 parent 924fde9 commit de406b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public RequiredPaymentsProfile()
.ForMember(x => x.EarningEventId, opt => opt.MapFrom(source => source.EarningEventId))
.ForMember(x => x.ContractType, opt => opt.UseValue(ContractType.Act1))
.ForMember(x => x.AgeAtStartOfLearning, opt => opt.MapFrom(source => source.AgeAtStartOfLearning))
.ForMember(x => x.LearningStartDate, opt => opt.Ignore());
;


CreateMap<FunctionalSkillEarningsEvent, CalculatedRequiredOnProgrammeAmount>()
Expand Down

0 comments on commit de406b5

Please sign in to comment.