From 2dd1dc030b74951e753e56c7c7ea1c986fa3fa60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Sa=CC=88rkikoski?= Date: Mon, 9 Oct 2023 12:56:49 +0300 Subject: [PATCH] Add ThesisType in in publication search response data --- aspnetcore/src/Interface/Maps/PublicationProfile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/src/Interface/Maps/PublicationProfile.cs b/aspnetcore/src/Interface/Maps/PublicationProfile.cs index 88f08b7..cbf5b45 100644 --- a/aspnetcore/src/Interface/Maps/PublicationProfile.cs +++ b/aspnetcore/src/Interface/Maps/PublicationProfile.cs @@ -49,6 +49,7 @@ public PublicationProfile() CreateMap(); CreateMap(); CreateMap(); + CreateMap(); CreateMap(); } } \ No newline at end of file