Skip to content

Commit

Permalink
Merge branch 'feat/user' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou committed Jan 26, 2025
2 parents 324ee64 + d8552a2 commit acd2477
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ public void updateAgreementInfo(String userId, UserAgreementDto request) {
}

@Override
@Transactional
public void postPushNotificationAgreement(String userId) {
Optional<User> result = userRepository.findById(userId);
if (result.isEmpty()) {
Expand Down

0 comments on commit acd2477

Please sign in to comment.