mirror of
https://github.com/documenso/documenso.git
synced 2025-11-25 22:21:31 +10:00
fix: refactor routers (#1523)
This commit is contained in:
@ -48,7 +48,7 @@ export default async function WaitingForTurnToSignPage({
|
||||
|
||||
if (user) {
|
||||
isOwnerOrTeamMember = await getDocumentById({
|
||||
id: document.id,
|
||||
documentId: document.id,
|
||||
userId: user.id,
|
||||
teamId: document.teamId ?? undefined,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user