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 1258479 commit ec77e75Copy full SHA for ec77e75
backend/collaboration/src/models/Session.ts
@@ -7,7 +7,7 @@ import mongoose, { Document, Schema } from "mongoose";
7
export type TSession = {
8
collabid: string;
9
users: [string];
10
- language: [string];
+ language: string;
11
question_id: number;
12
code: string;
13
createdAt: Date;
0 commit comments