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.
1 parent a0eaa3a commit bdf6fdcCopy full SHA for bdf6fdc
Frontend/src/Components/Collaboration/CollaborationWindow.jsx
@@ -155,7 +155,11 @@ const CollaborationWindow = () => {
155
userId,
156
otherUserId,
157
sessionId,
158
- question._id
+ question._id,
159
+ question.title,
160
+ question.description,
161
+ question.category,
162
+ question.complexity
163
);
164
console.log(result);
165
@@ -185,7 +189,11 @@ const CollaborationWindow = () => {
185
189
186
190
187
191
188
192
193
194
195
196
197
198
199
showToast("Your code has been submitted");
0 commit comments