Skip to content

Commit 4cc9412

Browse files
committed
fix: region 고정된 값이 들어가는 문제 수정
1 parent ad45c72 commit 4cc9412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/somemore/recruitboard/dto/request/RecruitBoardCreateRequestDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public record RecruitBoardCreateRequestDto(
4646

4747
public RecruitBoard toEntity(UUID centerId, Long locationId, String imgUrl) {
4848
VolunteerInfo volunteerInfo = VolunteerInfo.builder()
49-
.region("경기")
49+
.region(region)
5050
.recruitmentCount(recruitmentCount)
5151
.volunteerStartDateTime(volunteerStartDateTime)
5252
.volunteerEndDateTime(volunteerEndDateTime)

0 commit comments

Comments
 (0)