Skip to content

Commit

Permalink
refactor: 불필요한 todo 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
swonny committed Oct 15, 2023
1 parent 98abe21 commit db413d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class AuthenticationService {
private static final Reliability INITIALIZE_USER_RELIABILITY = new Reliability(0.0d);
private static final String PRIVATE_CLAIMS_KEY = "userId";

// TODO: 2023/10/15 [질문] deviceTokenService에 delete 메서드가 없어서 기기토큰 레포지토리가 사용되고 있는 것 같은데, 추후 리팩토링을 해야할까요?
private final DeviceTokenService deviceTokenService;
private final Oauth2UserInformationProviderComposite providerComposite;
private final UserRepository userRepository;
Expand Down

0 comments on commit db413d1

Please sign in to comment.