fix: add missing teamId references

This commit is contained in:
Mythie
2024-02-26 11:59:32 +11:00
parent 6b8e11b535
commit a54159a9ec
10 changed files with 54 additions and 53 deletions

View File

@ -85,6 +85,7 @@ export const DocumentPageView = async ({ params, team }: DocumentPageViewProps)
const recipients = await getRecipientsForDocument({
documentId,
teamId: team?.id,
userId: user.id,
});