Skip to content

Commit

Permalink
Update SeasonConverter for the 2018 season (BenFradet#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
DynamicField authored and BenFradet committed Feb 12, 2018
1 parent e6045f5 commit 4e87c9a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ public override object ReadJson(JsonReader reader, Type objectType, object exist
return Season.PreSeason2017;
case 9:
return Season.Season2017;
case 10:
return Season.PreSeason2018;
case 11:
return Season.Season2018;
default:
return null;
}
Expand Down

0 comments on commit 4e87c9a

Please sign in to comment.