Skip to content

Commit

Permalink
✨ feature: 불필요한 어노테이션 옵션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
akalswl14 committed Aug 14, 2023
1 parent 9cb5a68 commit a355109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public CreateDiaryResponse createDiary(Long userId, Long emotionId, String keywo
}
}

@Transactional(readOnly = false)
@Transactional
public CreateDiaryResponse createTestDiary(Long userId, Long emotionId, String keyword,
String notes, LocalDate diaryDate, LocalTime userTime) {
User user = validateUserService.validateAdminUserById(userId);
Expand Down

0 comments on commit a355109

Please sign in to comment.