Open unsorted01 opened 2 years ago
When using the method: tournamentApi.CreateTournamentCodesAsync without filling summoners (null object)
I get this exception:
Nuget Version: 5.0.0-alpha
Is that empty array or null value?
I use this Method:
So it is the default value (null).
I think when it is null you should not include it in the request. Even as null value.
When using the method: tournamentApi.CreateTournamentCodesAsync without filling summoners (null object)
I get this exception:
Nuget Version: 5.0.0-alpha