ref: feedback

This commit is contained in:
MontaGhanmy
2024-11-20 15:21:35 +01:00
parent f2b85a32b3
commit e7049f86be
@@ -530,7 +530,7 @@ export class DocumentsService {
return driveItem;
} catch (error) {
this.logger.error({ error: `${error}` }, "Failed to create drive item");
CrudException.throwMe(error, new CrudException(`Failed to create item ${error}`, 500));
CrudException.throwMe(error, new CrudException("Failed to create item", 500));
}
};