You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Client.Orders.All() function when there are no orders present it returns an error "data slice too short for order: []interface {}{}". In my opinion it should just return an empty list, or at least a "dedicated" error I can check for.
Steps to reproduce
Have an empty order list
Call Client.Orders.All()
Additional Notes:
The text was updated successfully, but these errors were encountered:
Issue type
Brief description
When using the Client.Orders.All() function when there are no orders present it returns an error "data slice too short for order: []interface {}{}". In my opinion it should just return an empty list, or at least a "dedicated" error I can check for.
Steps to reproduce
Additional Notes:
The text was updated successfully, but these errors were encountered: