From 341803ae28c30977bab0dc512d7606e212cfc7da Mon Sep 17 00:00:00 2001 From: Ali Toshmatov Date: Tue, 29 Aug 2023 00:38:36 +0500 Subject: [PATCH] Added jsdoc to second argument of buildTransactionThread --- src/libs/ReportUtils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index 48873a8699f9..aeebb61f1840 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -2500,6 +2500,8 @@ function buildOptimisticTaskReport(ownerAccountID, assigneeAccountID = 0, parent * * @param {Object} reportAction - the parent IOU report action from which to create the thread * + * @param {String} moneyRequestReportID - the reportID which the report action belong to + * * @returns {Object} */ function buildTransactionThread(reportAction, moneyRequestReportID) {