From c14dd95142ce0fb64932286e108d04f2fe628da3 Mon Sep 17 00:00:00 2001 From: Lucas Delanier Date: Wed, 15 Mar 2023 16:48:40 +0100 Subject: [PATCH] push merge --- Sources/APILOL/Mapper/ChampionMapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/APILOL/Mapper/ChampionMapper.cs b/Sources/APILOL/Mapper/ChampionMapper.cs index d8c0bd5..ecd6a18 100644 --- a/Sources/APILOL/Mapper/ChampionMapper.cs +++ b/Sources/APILOL/Mapper/ChampionMapper.cs @@ -42,4 +42,4 @@ namespace APILOL.Mapper return new(entity.Name, entity.Class, entity.Icon, entity.Image.Base64, entity.Bio); } } -} +} \ No newline at end of file