-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: 12시 이후 미션 인증 안되는 에러 처리 #380
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅LGTM✅
@@ -65,6 +68,12 @@ public MissionRecordCreateResponse createMissionRecord(MissionRecordCreateReques | |||
return MissionRecordCreateResponse.from(createdMissionRecord.getId()); | |||
} | |||
|
|||
private void validateMissionRecordDurationOverTime(long diffHour) { | |||
if (diffHour >= 24) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
macig number보다 더 좋은 변수가 있지 않을까 싶아욤
Quality Gate passedIssues Measures |
🌱 관련 이슈
📌 작업 내용 및 특이사항
📝 참고사항
📚 기타