Skip to content

Commit

Permalink
[del] 필요없는 코드 제거 - #212
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarlgnszx committed Jul 28, 2024
1 parent 187f727 commit 6e4c81d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.dateroad.date.domain.Course;
import org.dateroad.exception.BadRequestException;
import org.dateroad.image.domain.Image;
import org.dateroad.image.repository.ImageRepository;
import org.dateroad.s3.S3Service;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
Expand All @@ -21,7 +20,6 @@
@RequiredArgsConstructor
@Transactional(readOnly = true)
public class ImageService {
private final ImageRepository imageRepository;
private final S3Service s3Service;
@Value("${s3.bucket.path}")
private String path;
Expand Down

0 comments on commit 6e4c81d

Please sign in to comment.