Skip to content

Commit

Permalink
feat: 익명 기능을 추가한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devbelly committed Aug 29, 2024
1 parent 8e186ff commit 473ce21
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ data class RecruitmentWithUserAndHashTagDetailResponse(
val type: RecruitmentType,
val isOnline: Boolean,
val isOngoing: Boolean,
val isAnonymous: Boolean,
val limit: Int,
val recruitable: Boolean,
val startDateTime: LocalDateTime,
Expand All @@ -185,6 +186,7 @@ data class RecruitmentWithUserAndHashTagDetailResponse(
recruitment.type,
recruitment.isOnline,
recruitment.isOngoing,
recruitment.isAnonymous,
recruitment.limit,
recruitment.recruitable,
recruitment.startDateTime,
Expand Down

0 comments on commit 473ce21

Please sign in to comment.