Skip to content

Commit

Permalink
Added jsdoc to second argument of buildTransactionThread
Browse files Browse the repository at this point in the history
  • Loading branch information
alitoshmatov committed Aug 28, 2023
1 parent 94c20d7 commit 341803a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 341803a

Please sign in to comment.