dragonfruitnetwork / dragon6-api

Rainbow Six Siege Stats API for .NET
Apache License 2.0
12 stars 6 forks source link

fix seasonal stats extensions throwing due to platform mismatches #287

Closed aspriddell closed 2 years ago

aspriddell commented 2 years ago

this error occurred because clients were able to load seasonal stats through the extension method which failed to split the query into platform-specific subrequests.

adds tests to ensure this doesn't fall through again