Correction d'un bug pour sonar
continuous-integration/drone/push Build is failing Details

master
Thomas Chazot 2 years ago
parent e93b3fdd79
commit c58107f30b

@ -12,7 +12,7 @@ namespace ApiLol
public string Bio { get; set; } public string Bio { get; set; }
public ChampionClass champClass { get; set; } public ChampionClass ChampClass { get; set; }
} }
} }

@ -17,7 +17,7 @@ namespace ApiLol
Bio = champion.Bio, Bio = champion.Bio,
Icon = champion.Icon, Icon = champion.Icon,
Id = champion.Id, Id = champion.Id,
champClass = champion.ChampClass ChampClass = champion.ChampClass
}; };
} }
@ -33,7 +33,7 @@ namespace ApiLol
Bio = champion.Bio, Bio = champion.Bio,
Icon = champion.Icon, Icon = champion.Icon,
Id = champion.Id, Id = champion.Id,
champClass = champion.champClass ChampClass = champion.ChampClass
}; };
} }
} }

Loading…
Cancel
Save