enumerate all objects on server when cloning

This commit is contained in:
grimhilt
2023-06-04 20:51:36 +02:00
parent f398347856
commit a45c953397
4 changed files with 141 additions and 18 deletions

View File

@@ -14,6 +14,6 @@ impl ListFolders {
}
pub async fn send(&mut self) -> Result<Response, Error> {
Ok(self.api_builder.send().await?)
self.api_builder.send().await
}
}