Skip to content

Commit

Permalink
Merge pull request #107 from IT-Cotato/develop
Browse files Browse the repository at this point in the history
[Release] 2024.08.19.01
  • Loading branch information
Youthhing authored Aug 18, 2024
2 parents e2da5c6 + 427160b commit 4cb390a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public record MemberAttendResponse(
"CLOSED", "OPEN"
})
AttendanceOpenStatus isOpened,
@Schema(description = "출결 형식")
@Schema(description = "출결 형식", nullable = true)
AttendanceType attendanceType,
@Schema(description = "마감된 출석에 대한 출결 결과", nullable = true)
AttendanceResult attendanceResult
Expand Down

0 comments on commit 4cb390a

Please sign in to comment.