Skip to content

Commit

Permalink
chore: 미사용 속성 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
homebdy committed Jan 18, 2025
1 parent 85b1592 commit 560f397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public record CustomStudyParameter(
@Schema(example = "입시") String category,
@Schema(example = "ONLINE") StudyForm form,
List<DayType> possibleDays,
@Schema(example = "MORNING", type = "list") TimeZone timeZone,
@Schema(example = "MORNING") TimeZone timeZone,
@Schema(example = "0") Integer minParticipationCount,
@Schema(example = "7") Integer maxParticipationCount,
@Schema(example = "서울특별시") String province,
Expand Down

0 comments on commit 560f397

Please sign in to comment.