Skip to content

Commit 3d66e85

Browse files
committed
fix: use historyDocRefId
1 parent 4297c31 commit 3d66e85

File tree

1 file changed

+1
-1
lines changed
  • apps/frontend/src/app/collaboration/[id]

1 file changed

+1
-1
lines changed

apps/frontend/src/app/collaboration/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default function CollaborationPage(props: CollaborationProps) {
152152
language: selectedLanguage,
153153
user: currentUser ?? "",
154154
matchedUser: matchedUser ?? "",
155-
matchId: collaborationId ?? "",
155+
historyDocRefId: collaborationId ?? "",
156156
matchedTopics: matchedTopics ?? [],
157157
questionDocRefId: questionDocRefId ?? "",
158158
questionDifficulty: complexity ?? "",

0 commit comments

Comments
 (0)