Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Jan 13, 2025
1 parent 3b75e73 commit 596cbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/TransactionUtils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ function removeSettledAndApprovedTransactions(transactionIDs: string[]) {
function compareDuplicateTransactionFields(
reviewingTransactionID?: string | undefined,
reportID?: string | undefined,
selectedTransactionID?: string | undefined,
selectedTransactionID?: string,
): {keep: Partial<ReviewDuplicates>; change: FieldsToChange} {
if (!reviewingTransactionID || !reportID) {
return {change: {}, keep: {}};
Expand Down

0 comments on commit 596cbc0

Please sign in to comment.