Skip to content

Commit 724e88d

Browse files
committed
update current user account id
1 parent da78fa3 commit 724e88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/actions/IOU/Hold.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function putOnHold(
7272
transactionThreadReport = allReports?.[`${ONYXKEYS.COLLECTION.REPORT}${initialReportID}`] ?? ({} as OnyxTypes.Report);
7373
} else {
7474
const moneyRequestReport = getReportOrDraftReport(transaction?.reportID);
75-
transactionThreadReport = buildTransactionThread(iouAction, moneyRequestReport, userAccountID, undefined, reportID);
75+
transactionThreadReport = buildTransactionThread(iouAction, moneyRequestReport, currentUserAccountID, undefined, reportID);
7676
}
7777

7878
const optimisticCreatedAction = buildOptimisticCreatedReportAction(currentUserLogin);

0 commit comments

Comments
 (0)