From cdc01afb776941c231615c9ea4aae315f024c495 Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 16 Jan 2024 12:58:28 -0600 Subject: [PATCH] squash: Update jsdocs, lint error. --- react/features/base/connection/actions.any.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/base/connection/actions.any.ts b/react/features/base/connection/actions.any.ts index be862a141a4f..286722a87cf0 100644 --- a/react/features/base/connection/actions.any.ts +++ b/react/features/base/connection/actions.any.ts @@ -328,6 +328,7 @@ function _connectionWillConnect(connection: Object) { /** * Closes connection. + * * @param {boolean} isRedirect - Indicates if the action has been dispatched as part of visitor promotion. * * @returns {Function}