Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Afischbacher committed Dec 12, 2021
1 parent 70924d2 commit 3ccc4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nhl.Api.Domain/Models/Team/TeamRosterMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public string PlayerHeadshotImageLink
{
get
{
return GetPlayerHeadshotImageLink(PlayerHeadshotImageSize.Small);
return GetPlayerHeadshotImageLink(PlayerHeadshotImageSize.Large);
}
}

Expand Down

0 comments on commit 3ccc4e2

Please sign in to comment.