Skip to content

Commit

Permalink
[✨feat] 사용하지 않는 메서드 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
junggyo1020 committed Aug 30, 2024
1 parent 2acd0ba commit 8ee8c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public interface ScrapRepository extends JpaRepository<Scrap, Long>, ScrapReposi

Optional<Scrap> findByInternshipAnnouncementIdAndUserId(Long internshipId, Long userId);

List<Scrap> findByUserIdAndInternshipAnnouncement_Deadline(Long userId, LocalDate deadline);
// List<Scrap> findByUserIdAndInternshipAnnouncement_Deadline(Long userId, LocalDate deadline);

List<Scrap> findByUserIdAndInternshipAnnouncement_DeadlineBetween(Long userId, LocalDate start, LocalDate end);

Expand Down

0 comments on commit 8ee8c44

Please sign in to comment.