Skip to content

Commit

Permalink
Fix : UserController -> PREMINUM Error
Browse files Browse the repository at this point in the history
  • Loading branch information
honeybears committed May 23, 2024
1 parent 2002c71 commit e3f31c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/umc/mada/user/service/UserService.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import org.springframework.security.core.Authentication;
import org.springframework.stereotype.Service;

import javax.transaction.Transactional;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand Down

0 comments on commit e3f31c7

Please sign in to comment.