fix
ci / docker (frontend, frontend/Dockerfile, frontend) (push) Failing after 49s
ci / docker (backend, backend/Dockerfile, backend) (push) Failing after 17m1s

This commit is contained in:
2025-11-07 11:29:48 +01:00
parent 7f53bc900a
commit 9bf1fc1983
16 changed files with 152 additions and 196 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ pub async fn list_folder_contents(
)?;
let documents = if include_documents {
service.hydrate_documents(&mut conn, tenant_id, user_id, documents)?
service.hydrate_documents(&mut conn, user_id, documents)?
} else {
Vec::new()
};