Remove unused intentOnFilling method parameter
Addresses review comments https://github.com/0xProject/0x-monorepo/pull/2541#discussion_r405952889 and https://github.com/0xProject/0x-monorepo/pull/2541#discussion_r406048104
This commit is contained in:
		@@ -546,7 +546,6 @@ export class SwapQuoter {
 | 
				
			|||||||
                    takerAssetData,
 | 
					                    takerAssetData,
 | 
				
			||||||
                    assetFillAmount,
 | 
					                    assetFillAmount,
 | 
				
			||||||
                    marketOperation,
 | 
					                    marketOperation,
 | 
				
			||||||
                    options.intentOnFilling,
 | 
					 | 
				
			||||||
                    options.apiKey,
 | 
					                    options.apiKey,
 | 
				
			||||||
                    options.takerAddress,
 | 
					                    options.takerAddress,
 | 
				
			||||||
                ),
 | 
					                ),
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -20,7 +20,6 @@ export class QuoteRequestor {
 | 
				
			|||||||
        takerAssetData: string,
 | 
					        takerAssetData: string,
 | 
				
			||||||
        assetFillAmount: BigNumber,
 | 
					        assetFillAmount: BigNumber,
 | 
				
			||||||
        marketOperation: MarketOperation,
 | 
					        marketOperation: MarketOperation,
 | 
				
			||||||
        intentOnFilling: boolean,
 | 
					 | 
				
			||||||
        takerApiKey: string,
 | 
					        takerApiKey: string,
 | 
				
			||||||
        takerAddress: string,
 | 
					        takerAddress: string,
 | 
				
			||||||
    ): Promise<SignedOrder[]> {
 | 
					    ): Promise<SignedOrder[]> {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user