Skip to content

Commit

Permalink
Remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dan437 committed Nov 27, 2024
1 parent 5e3c7fb commit a154ecb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SmartTransactionsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ export default class SmartTransactionsController extends StaticIntervalPollingCo
cancelledNonceIndex > -1
? currentSmartTransactions
.slice(0, cancelledNonceIndex)
// eslint-disable-next-line @typescript-eslint/restrict-plus-operands
.concat(currentSmartTransactions.slice(cancelledNonceIndex + 1))
.concat(historifiedSmartTransaction)
: currentSmartTransactions.concat(historifiedSmartTransaction);
Expand Down

0 comments on commit a154ecb

Please sign in to comment.