Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
master
-
None
Description
A response from the server appears as:
{ "tasks": { "tasks": [] }, "more": false, "index": "/coin/api/tasks" }
The tasks list should be raised to the root level:
{ "tasks": [], "more": false, "index": "/coin/api/tasks" }