From b4f62e9c8863d5a2bef077d567011ad81284ae9a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 31 Aug 2020 11:07:29 -0600 Subject: [PATCH] use valid jsdoc --- src/RoomInvite.js | 1 - src/stores/FlairStore.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/RoomInvite.js b/src/RoomInvite.js index b82cc0a8e7..7eb7f5dbb2 100644 --- a/src/RoomInvite.js +++ b/src/RoomInvite.js @@ -24,7 +24,6 @@ import * as sdk from './'; import { _t } from './languageHandler'; import {KIND_DM, KIND_INVITE} from "./components/views/dialogs/InviteDialog"; import CommunityPrototypeInviteDialog from "./components/views/dialogs/CommunityPrototypeInviteDialog"; -import GroupStore from "./stores/GroupStore"; import {CommunityPrototypeStore} from "./stores/CommunityPrototypeStore"; /** diff --git a/src/stores/FlairStore.js b/src/stores/FlairStore.js index cb181c5c69..53d07d0452 100644 --- a/src/stores/FlairStore.js +++ b/src/stores/FlairStore.js @@ -152,8 +152,8 @@ class FlairStore extends EventEmitter { * Gets the profile for the given group if known, otherwise returns null. * This triggers `getGroupProfileCached` if needed, though the result of the * call will not be returned by this function. - * @param matrixClient {MatrixClient} The matrix client to use to fetch the profile, if needed. - * @param groupId {string} The group ID to get the profile for. + * @param {MatrixClient} matrixClient The matrix client to use to fetch the profile, if needed. + * @param {string} groupId The group ID to get the profile for. * @returns {*} The profile if known, otherwise null. */ getGroupProfileCachedFast(matrixClient, groupId) {