Skip to content

Commit

Permalink
fix: readOnly = true 속성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Aug 21, 2024
1 parent 0474f3a commit 3b9a93b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Page<PhotoEs> getPhotoEsListByShareGroupIdAndFaceTag(Long shareGroupId, L
}

@Override
@Transactional(readOnly = true)
@Transactional
public Page<PhotoEs> getAllPhotoEsListByShareGroupId(Long shareGroupId, Member member, Pageable pageable) {
validateShareGroupAndProfile(shareGroupId, member);
Page<PhotoEs> photoEsList = photoEsClientRepository.findPhotoEsByShareGroupId(shareGroupId, pageable);
Expand Down

0 comments on commit 3b9a93b

Please sign in to comment.