Merge branch 'main' into feat/public-profiles

This commit is contained in:
Lucas Smith
2024-06-27 12:10:45 +10:00
committed by GitHub
26 changed files with 463 additions and 130 deletions

View File

@ -354,6 +354,9 @@ export const seedPendingDocumentWithFullFields = async ({
...updateDocumentOptions,
status: DocumentStatus.PENDING,
},
include: {
documentMeta: true,
},
});
return {