Remove comment

This commit is contained in:
Niklas Fondberg
2021-04-08 23:28:27 +02:00
parent a296ead1ca
commit d76bd3678c
-1
View File
@@ -13,7 +13,6 @@ const Order: IResolverObject = {
async rows({ id }, args, { dataSources }) { async rows({ id }, args, { dataSources }) {
return (<OrderAPI>dataSources.orderApi).getOrderRowsByOrderId(id); return (<OrderAPI>dataSources.orderApi).getOrderRowsByOrderId(id);
}, },
// TODO change to market
async market({ market }, args, { dataSources }) { async market({ market }, args, { dataSources }) {
return (<OrderAPI>dataSources.orderApi).getMarketByName(market); return (<OrderAPI>dataSources.orderApi).getMarketByName(market);
}, },