Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Beaman <[email protected]>
  • Loading branch information
aldo-expensify and Beamanator authored Oct 4, 2023
1 parent f829de1 commit 0b8c0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/DistanceRequestUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const getDistanceMerchant = (hasRoute, distanceInMeters, unit, rate, currency, t
* @param {Number} distance - The distance traveled in meters
* @param {'mi' | 'km'} unit - The unit of measurement for the distance
* @param {Number} rate - Rate used for calculating the request amount
* @returns {Number} The computed request amount in "cents" (integer).
* @returns {Number} The computed request amount (rounded) in "cents".
*/
const getDistanceRequestAmount = (distance, unit, rate) => {
const convertedDistance = convertDistanceUnit(distance, unit);
Expand Down

0 comments on commit 0b8c0ee

Please sign in to comment.