Skip to content

Commit

Permalink
mistake in LeagueEntry, fixes BenFradet#33
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed May 15, 2014
1 parent 4f94101 commit d7719f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ bin/
obj/
*.suo
/TestResults
*.nupkg
2 changes: 1 addition & 1 deletion RiotSharp/League/LeagueEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ internal LeagueEntry() { }
/// Mini series data for the participant. Only present if the participant is currently in a mini series.
/// </summary>
[JsonProperty("miniSeries")]
public MiniSeriesV23 MiniSeries { get; set; }
public MiniSeries MiniSeries { get; set; }

/// <summary>
/// The ID of the participant (i.e., summoner or team) represented by this entry.
Expand Down

0 comments on commit d7719f1

Please sign in to comment.