Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Nov 30, 2024
1 parent 622fe8b commit 438ad04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3214,8 +3214,8 @@ function updateMoneyRequestCategory(
};

if (categoryTaxCode && categoryTaxAmount !== undefined) {
transactionChanges['taxCode'] = categoryTaxCode;
transactionChanges['taxAmount'] = categoryTaxAmount;
transactionChanges.taxCode = categoryTaxCode;
transactionChanges.taxAmount = categoryTaxAmount;
}

const {params, onyxData} = getUpdateMoneyRequestParams(transactionID, transactionThreadReportID, transactionChanges, policy, policyTagList, policyCategories);
Expand Down

0 comments on commit 438ad04

Please sign in to comment.