Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort open orders by start time ASC order
Users want to see orders that are closest to them in time which is `start_time`. The current sort order is based on `created_at` which is when the order was created. Users don't care about that.
- Loading branch information