client-api: Fix response field name in space::get_hierarchy

This commit is contained in:
Jonas Platte 2022-03-05 14:12:17 +01:00
parent 493b9a08c7
commit ed36ae5ac7
No known key found for this signature in database
GPG Key ID: BBA95679259D342F

View File

@ -63,7 +63,7 @@ pub mod v1 {
pub next_batch: Option<String>,
/// A paginated chunk of the space children.
pub chunk: Vec<SpaceHierarchyRoomsChunk>,
pub rooms: Vec<SpaceHierarchyRoomsChunk>,
}
error: crate::Error