Skip to content

Commit

Permalink
fix : resolve merge conflict:3
Browse files Browse the repository at this point in the history
  • Loading branch information
xunxxoie committed Sep 28, 2024
2 parents 0e8745c + 131fdb9 commit 878bb53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.multipart.MultipartFile;

import java.io.IOException;
import java.time.format.DateTimeFormatter;
import java.util.List;
import java.util.stream.Collectors;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import com.kakaogroom6.server.domain.travelog.repository.TravelogRepository;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;

import java.time.format.DateTimeFormatter;

Expand Down Expand Up @@ -149,4 +148,5 @@ private void savePlaces(List<CreateOnePlaceRequestDTO> places, TravelogEntity tr
}
}
}

}

0 comments on commit 878bb53

Please sign in to comment.