Skip to content

Commit

Permalink
hotfix : record 와 chatroom entitygraph 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
oosedus committed Nov 20, 2024
1 parent f7df0d1 commit 8c6e8d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@Repository
public interface ChatRoomRepository extends JpaRepository<ChatRoom, Long> {
@EntityGraph(attributePaths = {"record", "user"})
Optional<ChatRoom> findByChatRoomIdAndUser(Long chatRoomId, User user);

@Modifying
Expand Down

0 comments on commit 8c6e8d9

Please sign in to comment.