chore: documents work properly

This commit is contained in:
Catalin Pit
2025-02-10 13:44:13 +02:00
parent a7adb77e47
commit 6a47b3a6e5
4 changed files with 7 additions and 11 deletions

View File

@ -209,13 +209,6 @@ export const setFieldsForDocument = async ({
id: field._persisted?.id ?? -1,
documentId,
},
include: {
recipient: {
select: {
email: true,
},
},
},
update: {
page: field.pageNumber,
positionX: field.pageX,