Skip to content

Commit

Permalink
Update question title save for history
Browse files Browse the repository at this point in the history
  • Loading branch information
ketamethane committed Nov 13, 2024
1 parent 67824d9 commit 29d89fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/components/collab/CollaborationSpace.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const CollaborationSpace = () => {
const sessionData = {
user: userId,
matchedUsername: matchedUser, // Assuming user[1] is the matched user
questionTitle: 'BFS', // This ID should be available in context or passed down
questionTitle: question.title, // This ID should be available in context or passed down
// questionTitle: questionTitle, // This ID should be available in context or passed down
// startTime: roomCreationTime,
// startTime: new Date(),
Expand Down

0 comments on commit 29d89fd

Please sign in to comment.