chore: document audit log

This commit is contained in:
Catalin Pit
2025-07-07 16:10:41 +03:00
parent 1511d2288c
commit 34caad2641
10 changed files with 95 additions and 9 deletions

View File

@ -46,6 +46,8 @@ export const attachmentRouter = router({
const updatedAttachments = await setDocumentAttachments({
documentId,
attachments,
user: ctx.user,
requestMetadata: ctx.metadata.requestMetadata,
});
return updatedAttachments;