From 6a6da4a876361817b0b74741cc4bf967767785e1 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 12 May 2025 10:58:21 +0200 Subject: [PATCH] Update mapping in ReadHistoryMappingProfile constructor Changed mapping from EnvelopeHistory to ReadHistoryResponse. --- .../Histories/Queries/Read/ReadHistoryMappingProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnvelopeGenerator.Application/Histories/Queries/Read/ReadHistoryMappingProfile.cs b/EnvelopeGenerator.Application/Histories/Queries/Read/ReadHistoryMappingProfile.cs index 6aea84d3..f1e32954 100644 --- a/EnvelopeGenerator.Application/Histories/Queries/Read/ReadHistoryMappingProfile.cs +++ b/EnvelopeGenerator.Application/Histories/Queries/Read/ReadHistoryMappingProfile.cs @@ -13,6 +13,6 @@ public class ReadHistoryMappingProfile: Profile /// public ReadHistoryMappingProfile() { - CreateMap(); + CreateMap(); } }