Skip to content

Commit

Permalink
feat: readonly true 속성 삭제 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam971114 authored Feb 24, 2025
1 parent 36ba00a commit 0b842bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@Service
@RequiredArgsConstructor
@Slf4j
@Transactional(readOnly = true)
@Transactional
public class TicketService {

private final TicketRepository ticketRepository;
Expand Down

0 comments on commit 0b842bf

Please sign in to comment.