From 5d26a72e98a5e9d71b1da4108180f7801befa802 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sat, 19 Oct 2024 12:02:06 +0100 Subject: [PATCH] fix: typings --- framework/core/js/src/forum/utils/DiscussionControls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/js/src/forum/utils/DiscussionControls.js b/framework/core/js/src/forum/utils/DiscussionControls.js index 6e12671ce..f594e0e83 100644 --- a/framework/core/js/src/forum/utils/DiscussionControls.js +++ b/framework/core/js/src/forum/utils/DiscussionControls.js @@ -159,7 +159,7 @@ const DiscussionControls = { * @param {boolean} goToLast Whether or not to scroll down to the last post if the discussion is being viewed. * @param {boolean} forceRefresh Whether or not to force a reload of the composer component, even if it is already open for this discussion. * - * @return {Promise} + * @return {Promise} */ async replyAction(goToLast, forceRefresh) { if (app.session.user) {