From 05ed2809d455b74c7e056a4101c6c21bc97ca8b7 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Wed, 22 Feb 2023 15:49:29 +0100 Subject: [PATCH] test --- Sources/apiLOL/ChampionDTO.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/apiLOL/ChampionDTO.cs b/Sources/apiLOL/ChampionDTO.cs index 253af0a..f015a14 100644 --- a/Sources/apiLOL/ChampionDTO.cs +++ b/Sources/apiLOL/ChampionDTO.cs @@ -11,6 +11,6 @@ public string Name { get; set; } - public string Bio { get; set; } + public string Bio { get; set; } } }