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:
parent
64250e13db
commit
0668f669c1
@ -70,7 +70,7 @@ namespace CryptoExchange.Net
|
||||
|
||||
first = false;
|
||||
|
||||
if (parameter.GetType().IsArray)
|
||||
if (parameter.Value.GetType().IsArray)
|
||||
{
|
||||
if (serializationType == ArrayParametersSerialization.Array)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user