Skip to content

Commit

Permalink
수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Johyunik committed Dec 2, 2023
1 parent f3f0f6b commit 38d552c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public void patchBoard(int boardId, String boardJson, MultipartFile[] images, St
.content(boardUpdateDTO.getContent())
.category(boardUpdateDTO.getCategory())
.hashTag(boardUpdateDTO.getHashTag())
.images(newImages)
.build();

BoardEntity savedBoard = boardRepository.save(boardEntity);
Expand Down

0 comments on commit 38d552c

Please sign in to comment.