Skip to content

Commit

Permalink
성능테스트용 코드 제거
Browse files Browse the repository at this point in the history
*
  • Loading branch information
youngreal committed Feb 22, 2024
1 parent a940256 commit 5863eec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@

public interface HashtagRepository extends JpaRepository<Hashtag, Long> {

//todo 성능 테스트
Set<Hashtag> findByHashtagNameIn(Set<String> hashtags);
}

This file was deleted.

0 comments on commit 5863eec

Please sign in to comment.