Skip to content

Commit

Permalink
Merge pull request #43381 from Expensify/puneet-type-fix
Browse files Browse the repository at this point in the history
[NoQA] Fix type error from #43071
  • Loading branch information
puneetlath authored Jun 10, 2024
2 parents 0ffd66c + 34f0aa9 commit c4e2a04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Policy/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,6 @@ function buildOptimisticCustomUnits(): OptimisticCustomUnits {
rate: CONST.CUSTOM_UNITS.MILEAGE_IRS_RATE * CONST.POLICY.CUSTOM_UNIT_RATE_BASE_OFFSET,
enabled: true,
currency,
enabled: true,
},
},
},
Expand Down

0 comments on commit c4e2a04

Please sign in to comment.