Afischbacher / Nhl.Api

The Official Unofficial .NET NHL API
MIT License
25 stars 3 forks source link

Exception on PlayerProfile.Age #55

Open bcontant opened 1 month ago

bcontant commented 1 month ago

If BirthDate is null, Age property will trigger an exception.

(Ex : https://api-web.nhle.com/v1/player/8457344/landing)

Afischbacher commented 3 weeks ago

Hey @bcontant

Thanks for bringing this to my attention, I will put a fix in and release 3.4.2

Thanks!

Afischbacher commented 3 weeks ago

Here is the current pull request @bcontant

https://github.com/Afischbacher/Nhl.Api/pull/56