Skip to content

Commit 1a970e4

Browse files
committed
hotfix : 런타임 에러 해결 (메서드 중복 제거)
1 parent 4dfb506 commit 1a970e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/ita/tinybite/domain/party/repository/PartyRepository.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ public interface PartyRepository extends JpaRepository<Party, Long> {
2727

2828
List<Party> findByTown(String location);
2929

30-
List<Party> findByTown(String town);
31-
3230
List<Party> findByTownAndCategory(String town, PartyCategory category);
3331

3432
List<Party> findByHost_UserId(Long hostUserId);

0 commit comments

Comments
 (0)