Skip to content

Commit

Permalink
Merge pull request #60 from CS3219-AY2425S1/collab-topic
Browse files Browse the repository at this point in the history
Update question title save for history
  • Loading branch information
ketamethane authored Nov 13, 2024
2 parents 67824d9 + 29d89fd commit b3604de
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 b3604de

Please sign in to comment.