Skip to content

Commit

Permalink
#109 [fix] 불필요한 @transactional 어노테이션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozo0 committed Jan 12, 2024
1 parent 8b80ebd commit d2787e3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ public OpenChatResponse getOpenChatInfo(Long userId, Long offerId) {

return openChatResponse;
}

@Transactional

public void updateOfferAgreeStatus(Long offerId){
HairServiceOffer hairServiceOffer = hairServiceOfferJpaRepository.findById(offerId).orElseThrow(() -> new NotFoundException(ErrorCode.NOT_FOUND_OFFER_EXCEPTION));

Expand Down

0 comments on commit d2787e3

Please sign in to comment.