From 93199c41a543a867d6ab54aadbd8cf61ff9e1451 Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Fri, 20 Jan 2023 22:59:15 +0000 Subject: [PATCH] Update JSDoc of the build closed report action method --- src/libs/ReportUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {