Skip to content

Commit e2ca161

Browse files
committed
remove unused code
1 parent 47002a3 commit e2ca161

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/libs/actions/IOU.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7433,10 +7433,6 @@ function prepareToCleanUpMoneyRequest(transactionID: string, reportAction: OnyxT
74337433
);
74347434
}
74357435

7436-
if (shouldDeleteIOUReport && updatedIOUReport) {
7437-
updatedIOUReport.pendingAction = CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE;
7438-
}
7439-
74407436
if (updatedIOUReport) {
74417437
const lastVisibleAction = getLastVisibleAction(iouReport?.reportID, canUserPerformWriteAction, updatedReportAction);
74427438
const iouReportLastMessageText = getLastVisibleMessage(iouReport?.reportID, canUserPerformWriteAction, updatedReportAction).lastMessageText;

0 commit comments

Comments
 (0)