Skip to content

Commit

Permalink
Fix: gradeExam request answer nullable
Browse files Browse the repository at this point in the history
part of swm-125
related to: #135
  • Loading branch information
adorableco committed Aug 2, 2024
1 parent 11f07d1 commit 68cb2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/swm_standard/phote/dto/ExamDtos.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data class ReadExamHistoryListResponse(

data class GradeExamRequest(
val questionId: UUID,
val submittedAnswer: String,
val submittedAnswer: String?,
)

data class GradeExamResponse(
Expand Down

0 comments on commit 68cb2fd

Please sign in to comment.