Skip to content

Commit 3b0b899

Browse files
authored
[BUG] 모집 id 추가 (#193)
[BUG] 모집 id 추가 (#193)
1 parent cb96d2a commit 3b0b899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/brainpix/post/converter/ApplyRequestTaskDtoConverter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static RequestTaskPurchasing toRequestTaskPurchasing(User user, RequestTa
2727
.accepted(null) // 보류 상태
2828
.openProfile(openProfile)
2929
.message(message)
30+
.requestTaskRecruitment(recruitment)
3031
.build();
3132
}
3233

0 commit comments

Comments
 (0)