Skip to content

Commit

Permalink
[feat] : #48 OnGoingStatus 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeoongu committed Aug 14, 2024
1 parent 6b45144 commit c5ef967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void createPost(Long userId, String boardCode, PostCreateRequest postCrea
//user도 찾아 와야 하지 않을까
User user = userReader.getUserWithId(userId);

postAppender.createPost(postCreateRequest.toDomain(board, user, category));
postAppender.createPost(postCreateRequest.toDomain(board, user, category, null));
}

public PostResponse editPost(String boardCode,Long postId, PostUpdateRequest postUpdateRequest) {
Expand Down

0 comments on commit c5ef967

Please sign in to comment.