1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

fix: typings

This commit is contained in:
Sami Mazouz
2024-10-19 12:02:06 +01:00
parent 09c70006c6
commit 5d26a72e98

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) {