Skip to content

Commit

Permalink
Random lint change
Browse files Browse the repository at this point in the history
  • Loading branch information
lindboe committed Feb 6, 2024
1 parent 352f5b1 commit 934bab4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,14 @@ function getUpdateMoneyRequestParams(
if (policy?.id && updatedTransaction) {
const currentTransactionViolations = allTransactionViolations[`${ONYXKEYS.COLLECTION.TRANSACTION_VIOLATIONS}${transactionID}`] ?? [];
optimisticData.push(
ViolationsUtils.getViolationsOnyxData(updatedTransaction, currentTransactionViolations, !!policy.requiresTag, policyTags ?? {}, !!policy.requiresCategory, policyCategories ?? {}),
ViolationsUtils.getViolationsOnyxData(
updatedTransaction,
currentTransactionViolations,
!!policy.requiresTag,
policyTags ?? {},
!!policy.requiresCategory,
policyCategories ?? {},
),
);
failureData.push({
onyxMethod: Onyx.METHOD.MERGE,
Expand Down

0 comments on commit 934bab4

Please sign in to comment.