Big folder upload (#780)

This commit is contained in:
Montassar Ghanmy
2025-02-04 15:56:07 +01:00
committed by GitHub
parent 51910fea58
commit 6002974306
39 changed files with 1190 additions and 543 deletions
@@ -127,7 +127,7 @@ export class DocumentsController {
reply.status(200).send();
} catch (error) {
logger.error({ error: `${error}` }, "Failed to restore drive item");
throw new CrudException("Failed to restore drive item", 500);
throw new CrudException(`Failed to restore drive item: ${error}`, 500);
}
};