fix: typings

This commit is contained in:
Sami Mazouz 2024-10-19 12:02:06 +01:00
parent 09c70006c6
commit 5d26a72e98
No known key found for this signature in database

View File

@ -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<ComposerState>}
* @return {Promise<import('../states/ComposerState.js')>}
*/
async replyAction(goToLast, forceRefresh) {
if (app.session.user) {