Skip to content

Commit

Permalink
[YS-161] 공고 전체 목록 조회 모집 상태 오타 수정 (#40)
Browse files Browse the repository at this point in the history
*  refact: fix field typo for ExperimentPost
  • Loading branch information
chock-cho authored Jan 17, 2025
1 parent bdb301c commit 557642b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.dobby.backend.presentation.api.dto.response.experiment
data class ExperimentPostsResponse (
val postInfo: PostInfo,
val recuritDone: Boolean
val recruitDone: Boolean
)
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ object ExperimentPostMapper {

)
),
recuritDone = output.postInfo.recruitDone
recruitDone = output.postInfo.recruitDone
)
}

Expand Down

0 comments on commit 557642b

Please sign in to comment.