diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index 066802b3705f..70dadec83653 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -952,10 +952,11 @@ function buildOptimisticCreatedReportAction(ownerEmail) { /** * Returns the necessary reportAction onyx data to indicate that a chat has been archived + * * @param {Number} sequenceNumber * @param {String} ownerEmail * @param {String} policyName - * @param {String} reason - Reason why the chat has been archived + * @param {String} reason - A reason why the chat has been archived * @returns {Object} */ function buildOptimisticClosedReportAction(sequenceNumber, ownerEmail, policyName, reason = CONST.REPORT.ARCHIVE_REASON.DEFAULT) {