Skip to content

Commit ec77e75

Browse files
committed
Remove wrong type
1 parent 1258479 commit ec77e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/collaboration/src/models/Session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import mongoose, { Document, Schema } from "mongoose";
77
export type TSession = {
88
collabid: string;
99
users: [string];
10-
language: [string];
10+
language: string;
1111
question_id: number;
1212
code: string;
1313
createdAt: Date;

0 commit comments

Comments
 (0)