diff --git a/EntityFramework_LoL/Sources/API_LoL_Project/Mapper/ChampionMapper.cs b/EntityFramework_LoL/Sources/API_LoL_Project/Mapper/ChampionMapper.cs index 3d175c7..34fc505 100644 --- a/EntityFramework_LoL/Sources/API_LoL_Project/Mapper/ChampionMapper.cs +++ b/EntityFramework_LoL/Sources/API_LoL_Project/Mapper/ChampionMapper.cs @@ -20,7 +20,7 @@ namespace API_LoL_Project.Mapper { if (dto == null) { - var message = string.Format("Champion with name = {} not found", dto.Name); + var message = string.Format("Champion with name = {} noddt found", dto.Name); /*throw new HttpResponseException(Request.CreateErrorResponse(HttpStatusCode.NotFound, message)); */} return new Champion(dto.Name);