Skip to content

Commit

Permalink
🚑 hotfix: feign error 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Mar 23, 2024
1 parent 2637049 commit 2d75eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@Service
public class AppleLoginService {

private final AppleClient appleClient;
private AppleClient appleClient;
private final AppleJwtParser appleJwtParser;
private final PublicKeyGenerator publicKeyGenerator;
private final AppleClaimsValidator appleClaimsValidator;
Expand Down

0 comments on commit 2d75eba

Please sign in to comment.