prettier
This commit is contained in:
		@@ -150,7 +150,9 @@ export class SwapQuoteCalculator {
 | 
			
		||||
 | 
			
		||||
            if (firstOrderMakerAssetData.assetProxyId === AssetProxyId.ERC721) {
 | 
			
		||||
                // HACK: to conform ERC721 orders to the output of market operation utils, assumes complete fillable
 | 
			
		||||
                resultOrders = prunedOrders.map(o => CreateOrderUtils.convertNativeOrderToFullyFillableOptimizedOrders(o));
 | 
			
		||||
                resultOrders = prunedOrders.map(o =>
 | 
			
		||||
                    CreateOrderUtils.convertNativeOrderToFullyFillableOptimizedOrders(o),
 | 
			
		||||
                );
 | 
			
		||||
            } else {
 | 
			
		||||
                if (operation === MarketOperation.Buy) {
 | 
			
		||||
                    resultOrders = await this._marketOperationUtils.getMarketBuyOrdersAsync(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user