Remove comment
This commit is contained in:
@@ -13,7 +13,6 @@ const Order: IResolverObject = {
|
||||
async rows({ id }, args, { dataSources }) {
|
||||
return (<OrderAPI>dataSources.orderApi).getOrderRowsByOrderId(id);
|
||||
},
|
||||
// TODO change to market
|
||||
async market({ market }, args, { dataSources }) {
|
||||
return (<OrderAPI>dataSources.orderApi).getMarketByName(market);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user