Fix linter issue
This commit is contained in:
@@ -62,7 +62,9 @@ export class FillScenarios {
|
|||||||
fillableAmount, fillableAmount,
|
fillableAmount, fillableAmount,
|
||||||
);
|
);
|
||||||
const shouldThrowOnInsufficientBalanceOrAllowance = false;
|
const shouldThrowOnInsufficientBalanceOrAllowance = false;
|
||||||
await this.zeroEx.exchange.fillOrderAsync(signedOrder, partialFillAmount, shouldThrowOnInsufficientBalanceOrAllowance, takerAddress);
|
await this.zeroEx.exchange.fillOrderAsync(
|
||||||
|
signedOrder, partialFillAmount, shouldThrowOnInsufficientBalanceOrAllowance, takerAddress,
|
||||||
|
);
|
||||||
return signedOrder;
|
return signedOrder;
|
||||||
}
|
}
|
||||||
private async createAsymmetricFillableSignedOrderWithFeesAsync(
|
private async createAsymmetricFillableSignedOrderWithFeesAsync(
|
||||||
|
|||||||
Reference in New Issue
Block a user