feat: add document attachments feature

This commit is contained in:
Catalin Documenso
2025-04-25 13:49:22 +03:00
parent b94645a451
commit 1b67be9099
6 changed files with 190 additions and 4 deletions

View File

@ -81,6 +81,7 @@ export const getDocumentAndSenderByToken = async ({
token,
},
},
attachments: true,
team: {
select: {
name: true,