proximax-storage / csharp-xpx-chain-sdk

ProximaX Sirius-Chain C# SDK
Apache License 2.0
0 stars 3 forks source link

typo on setqueryparam #27

Closed gneiahgnohc1234 closed 2 years ago

gneiahgnohc1234 commented 2 years ago

changed from route = route.SetQueryParam("ordering", "-id"); to route = route.SetQueryParam("ordering", "id"); for case Order.ASC: