+
Some checks failed
Run Tests / run_tests (push) Failing after 1m54s

This commit is contained in:
Olga Nemt 2024-12-18 16:45:43 +05:00
parent 02aab424ec
commit ef14196c1a

View File

@ -15,8 +15,7 @@ public static class DependencyInjection
.ForType<TechMessageDto, TechMessage>() .ForType<TechMessageDto, TechMessage>()
.Ignore(dest => dest.System, dest => dest.SystemId); .Ignore(dest => dest.System, dest => dest.SystemId);
TypeAdapterConfig.GlobalSettings.Default.Config TypeAdapterConfig<ChangeLog, ChangeLogDto>.NewConfig()
.ForType<ChangeLog, ChangeLogDto>()
.Map(dest => dest.Value, src => new DataWithWellDepthAndSectionDto() .Map(dest => dest.Value, src => new DataWithWellDepthAndSectionDto()
{ {
DepthEnd = src.DepthEnd, DepthEnd = src.DepthEnd,