Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] 이벤트 시간 체크 로직 추가 #25

Merged
merged 8 commits into from
Aug 20, 2024
Prev Previous commit
Next Next commit
refactor: 필요없는 로깅 제거
luna156 committed Aug 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit af3cc3d476e0e6a7ffd30d6d8aa50a15f3cced71
Original file line number Diff line number Diff line change
@@ -61,9 +61,6 @@ public CompletableFuture<ArrivalApplicationResponseDto> applyEvent(AuthInfo auth
throw new ExistingUserException("이미 응모한 전화번호입니다.");
}

// 로깅 추가
specialLogger.info("[응모] 유저 전화번호: {}", authInfo.getPhoneNum());

int grade = (int) res.getResponses().get(1);
// 선착순 순위에 들었다면
if(grade <= MAX_ARRIVAL){