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
Splitted GetPlayers func to GetPlayers and GetPlayersWithError.
GetPlayers: ignores errors if one or more of the players failed to fetched. They will be nil in returned slice.
GetPlayersWithError: if one of the players failed to fetch, the function returns nil and an error.