Skip to content

Commit

Permalink
[refactor] : 안 쓰는 repository 함수 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Mar 5, 2024
1 parent 9050384 commit d87f0c6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ public interface ChatRoomRepository extends JpaRepository<ChatRoom, Long> {
Slice<ChatRoom> findChatRoomsByUser(User user, Pageable pageable);

Boolean existsByAuctionIdAndBuyer(Long auctionId, User buyer);

Boolean existsByAuctionId(Long auctionId);
}

0 comments on commit d87f0c6

Please sign in to comment.