Skip to content

Commit ae5271b

Browse files
authored
Merge branch 'main' into temp
2 parents ba06467 + 7a8b8f3 commit ae5271b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/question-service/src/dto/CreateQuestion.dto.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ export class CreateQuestionDto {
4343
message:
4444
'Category must be Algorithm, DynamicProgramming, Array, SQL, Heap, Recursion, Graph, Sorting',
4545
})
46+
4647
categories: Category;
4748
// categories: Category[];
4849

50+
4951
@IsNotEmpty()
5052
@IsEnum(Difficulty, {
5153
message: 'Difficulty must be easy, medium, hard',

0 commit comments

Comments
 (0)