Skip to content

Commit

Permalink
feat: 익명 기능을 추가한다
Browse files Browse the repository at this point in the history
devbelly committed Aug 29, 2024
1 parent fe5777e commit 8e186ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -109,6 +109,7 @@ data class RecruitmentWithUserAndHashTagResponse(
val type: RecruitmentType,
val isOnline: Boolean,
val isOngoing: Boolean,
val isAnonymous: Boolean,
val limit: Int,
val recruitable: Boolean,
val startDateTime: LocalDateTime,
@@ -129,6 +130,7 @@ data class RecruitmentWithUserAndHashTagResponse(
recruitment.type,
recruitment.isOnline,
recruitment.isOngoing,
recruitment.isAnonymous,
recruitment.limit,
recruitment.recruitable,
recruitment.startDateTime,

0 comments on commit 8e186ff

Please sign in to comment.