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: fcm 요청 시 잘못된 토큰은 null로 초기화 #314

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

jun3327
Copy link
Contributor

@jun3327 jun3327 commented Dec 30, 2024

변경사항

  • fcm 요청 시 토큰이 잘못되어 에러가 발생하면 OffroadException을 터트려서, 그 이후 로직이 진행이 안돼 선톡이 전송되지 않는 이슈가 있었습니다.
  • 해당 exceptio은 제거하고, 잘못된 토큰은 null로 초기화해서 전송 대상에 포함되지 않도록 수정했습니다.

고려사항

Comment

Test

질문사항

@jun3327 jun3327 added the 🐞 Bug Something isn't working label Dec 30, 2024
@jun3327 jun3327 self-assigned this Dec 30, 2024
@jun3327 jun3327 requested a review from a team as a code owner December 30, 2024 05:36
@jun3327 jun3327 merged commit 04e5e63 into develop Dec 30, 2024
1 check passed
@jun3327 jun3327 deleted the task/fix-fcm-token-unregister branch December 30, 2024 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant