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:
F. Eugene Aumson
2020-04-09 12:00:29 -04:00
parent 5f23833b43
commit 227676c150
2 changed files with 0 additions and 2 deletions

View File

@@ -546,7 +546,6 @@ export class SwapQuoter {
takerAssetData, takerAssetData,
assetFillAmount, assetFillAmount,
marketOperation, marketOperation,
options.intentOnFilling,
options.apiKey, options.apiKey,
options.takerAddress, options.takerAddress,
), ),

View File

@@ -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[]> {