mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
fix docstring
This commit is contained in:
parent
10a2f8cfb7
commit
b4d7f520c5
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ const getSpaceJoinedHierarchy = (
|
||||||
/**
|
/**
|
||||||
* Recursively checks if the given space or any of its descendants contain non-space rooms.
|
* Recursively checks if the given space or any of its descendants contain non-space rooms.
|
||||||
*
|
*
|
||||||
* @param roomId - The space ID to check.
|
* @param spaceId - The space ID to check.
|
||||||
* @returns True if the space or any descendant contains non-space rooms.
|
* @returns True if the space or any descendant contains non-space rooms.
|
||||||
*/
|
*/
|
||||||
const containsRoom = (spaceId: string) => {
|
const containsRoom = (spaceId: string) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue