1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-12-19 21:30:42 +00:00

Fixed query parameter array serialization

This commit is contained in:
Jkorf 2025-12-18 10:36:22 +01:00
parent 64250e13db
commit 0668f669c1

View File

@ -70,7 +70,7 @@ namespace CryptoExchange.Net
first = false;
if (parameter.GetType().IsArray)
if (parameter.Value.GetType().IsArray)
{
if (serializationType == ArrayParametersSerialization.Array)
{