Fix linter issue

This commit is contained in:
Fabio Berger
2017-09-26 15:28:07 +02:00
parent 5bea6ff581
commit 9886383638

View File

@@ -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(