mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Fixed query parameter array serialization
This commit is contained in:
@@ -70,7 +70,7 @@ namespace CryptoExchange.Net
|
||||
|
||||
first = false;
|
||||
|
||||
if (parameter.GetType().IsArray)
|
||||
if (parameter.Value.GetType().IsArray)
|
||||
{
|
||||
if (serializationType == ArrayParametersSerialization.Array)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user