-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/#365 알림 response 변경, 알림 검증 로직 추가, 중복 함수 리팩토링 #366
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.
수고하셨습니다!
@@ -33,14 +33,14 @@ export class AlarmResponse { | |||
example: 10, | |||
nullable: true, | |||
}) | |||
alarmDate?: Date; | |||
alarmExpiredDate?: Date; |
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.
이거 아마 영국시간 기준으로 전달될거 같아요
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.
로컬상에서는 괜찮았는데... 확인해볼게요!
): boolean { | ||
if ( | ||
alarm.alarmExpiredDate && | ||
this.isAlarmNotExpired(alarm.alarmExpiredDate, recent) |
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.
예외 처리 관련로직을 함수로 분리한거 굿입니다!
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~
): boolean { | ||
if ( | ||
alarm.alarmExpiredDate && | ||
this.isAlarmNotExpired(alarm.alarmExpiredDate, recent) |
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.
굿굿 좋네요
close #365
✅ 작업 내용
alarmExpiredDate
로 변경📌 이슈 사항
😎 체크 사항