Skip to content

Commit 6ef8a42

Browse files
committed
refactor(TilRepository): 미사용 countByUserIdAndStatusAndPublishedAtBetween 메서드 제거
1 parent 98cddf9 commit 6ef8a42

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/Rootin/domain/til/repository/TilRepository.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,4 @@ Page<Til> findByFilters(
6767
List<PotTilCountProjection> countByPotIdInAndStatus(@Param("potIds") List<Long> potIds, @Param("status") PostStatus status);
6868

6969
long countByUserIdAndStatus(Long userId, PostStatus status);
70-
71-
long countByUserIdAndStatusAndPublishedAtBetween(Long userId, PostStatus status, LocalDateTime from, LocalDateTime to);
7270
}

0 commit comments

Comments
 (0)