Skip to content

Commit

Permalink
refactor: 트랜잭션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyxklee committed Jan 13, 2025
1 parent 397f1bc commit b52a16c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public void update(Update dto, Long userId) {
}

@Override
@Transactional
public void apply(SignUp dto) {
validate(dto);

Expand Down

0 comments on commit b52a16c

Please sign in to comment.