You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When im calling await api.League.GetChallengerLeagueAsync(Region.Euw, Queue.RankedSolo5x5); the enties modal looks like this:
As you can see leagueName is null for all entries. I think this is because the Riot api defines this property as summonerName and also summonerId, which is missing. Changing the region or queue doen't change the result.
I think that this might be a bug since the LeaguePosition model doesn't corresponds with the RiotApi model.
The text was updated successfully, but these errors were encountered:
When im calling
await api.League.GetChallengerLeagueAsync(Region.Euw, Queue.RankedSolo5x5);
the enties modal looks like this:As you can see
leagueName
is null for all entries. I think this is because the Riot api defines this property assummonerName
and alsosummonerId
, which is missing. Changing the region or queue doen't change the result.I think that this might be a bug since the
LeaguePosition
model doesn't corresponds with the RiotApi model.The text was updated successfully, but these errors were encountered: