use valid jsdoc
This commit is contained in:
parent
7f7414ed5a
commit
b4f62e9c88
2 changed files with 2 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue