We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501c353 + d64b1e2 commit 03e2d95Copy full SHA for 03e2d95
pages/api/views-dataroom.ts
@@ -524,7 +524,7 @@ export default async function handle(
524
viewerEmail: viewer?.email ?? email,
525
viewerName: name,
526
verified: isEmailVerified,
527
- dataroomId: dataroomId,
+ dataroomId: link.dataroomId,
528
viewerId: viewer?.id ?? undefined,
529
teamId: link.teamId,
530
...(link.enableAgreement &&
0 commit comments