Skip to content

Commit 39d4c58

Browse files
author
junwoo
committed
✅ 자동 테스트 구동되는지 확인
1 parent 114e27d commit 39d4c58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/sprint/mission/discodeit/repository/MessageRepository.java

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import org.springframework.data.repository.query.Param;
1212

1313
public interface MessageRepository extends JpaRepository<Message, UUID> {
14-
1514
@Query("SELECT m FROM Message m "
1615
+ "LEFT JOIN FETCH m.author a "
1716
+ "JOIN FETCH a.status "

0 commit comments

Comments
 (0)