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

[FIX] 리마인드 알림 예외처리 #111

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

jun02160
Copy link
Member

@jun02160 jun02160 commented Oct 5, 2023

📌 관련 이슈

close #110

✨ 어떤 이유로 변경된 내용인지

다음의 상황에 리마인드 알림을 전송하지 않도록 예외처리를 추가했습니다.

  • Parentchild 관계를 맺은 유저들 중 탈퇴한 유저가 있는 경우
  • 유효한 부모자식 관계가 아닌 경우 (아직 매칭 X, 유저의 parentchild가 Null인 경우 등 )

기존에는 오늘의 질문 푸시알람 전송(multipleSendByToken() 호출 직전에 위와 같은 유효성 검사를 했었는데, 그 범위를 더 늘려서 리마인드 알림 전송 시 예외까지 처리되도록 수정했습니다.

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

HOTFIX !!!!!

@jun02160 jun02160 added 🔥 Pull Request PR 날림 🚨Hotfix 급한 수정사항 발생 예준🍒 🔧Modify 코드 수정 (기능의 변화가 있을 때) labels Oct 5, 2023
@jun02160 jun02160 requested a review from ddongseop October 5, 2023 14:58
@jun02160 jun02160 self-assigned this Oct 5, 2023
Copy link
Member

@ddongseop ddongseop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

화긴 화긴!!

@jun02160 jun02160 merged commit 12b5856 into develop Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
예준🍒 🚨Hotfix 급한 수정사항 발생 🔧Modify 코드 수정 (기능의 변화가 있을 때) 🔥 Pull Request PR 날림
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 리마인드 알림 예외상황 추가
2 participants