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 1d83122 commit 5986500
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/java/com/weatherfit/board/dto/BoardUpdateDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import com.weatherfit.board.domain.ImageEntity;
import lombok.*;
import org.springframework.web.multipart.MultipartFile;

import java.util.List;

@Getter
Expand All @@ -14,9 +15,6 @@ public class BoardUpdateDTO {
private List<String> category;
private List<String> hashTag;
private List<ImageEntity> images;
<<<<<<< HEAD
private String[] deletedImages;
=======
private String[] deletedImages;
>>>>>>> 2ca267785a1aa67187f05e2b056b70f571d417bf

}

0 comments on commit 5986500

Please sign in to comment.