Skip to content

Commit

Permalink
[FIX] Transactional 어노테이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop committed Mar 19, 2024
1 parent 194a512 commit 0caa8a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class CloserService {
private final CloserQuestionRepository closerQuestionRepository;
private final CloserQnARepository closerQnARepository;

@Transactional
public TodayCloserQnAResponseDto getTodayCloserQnA(Long userId) {
User user = getUserById(userId);
Parentchild parentchild = user.getParentChild();
Expand Down

0 comments on commit 0caa8a2

Please sign in to comment.