Skip to content

Commit

Permalink
fix: remove redundant comment
Browse files Browse the repository at this point in the history
Signed-off-by: dominictb <[email protected]>
  • Loading branch information
dominictb committed Jul 11, 2024
1 parent 2f5cd9b commit 07e9c6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ function getReportPreviewAction(chatReportID: string, iouReportID: string): Onyx
* @param reportID to attach the transaction to
* @param policy
* @param isFromGlobalCreate
* @param shouldKeepExistingData
* @param iouRequestType one of manual/scan/distance
*/
function initMoneyRequest(reportID: string, policy: OnyxEntry<OnyxTypes.Policy>, isFromGlobalCreate: boolean, iouRequestType: IOURequestType = CONST.IOU.REQUEST_TYPE.MANUAL) {
Expand Down

0 comments on commit 07e9c6e

Please sign in to comment.