Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Apr 15, 2024
1 parent b76ae76 commit e4cd22e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/github",
{
"successComment": false,
"failTitle": false
}
],
[
"@codedependant/semantic-release-docker",
{
Expand Down
2 changes: 1 addition & 1 deletion src/services/liquidate/LiquidationStrategyV3Partial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default class LiquidationStrategyV3Partial
assetOut,
amountOut,
flashLoanAmount,
priceUpdates,
[], // priceUpdates,
connectors,
this.config.slippage,
);
Expand Down

0 comments on commit e4cd22e

Please sign in to comment.