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: ETA 공지 알림 오지 않는 문제 해결 #610

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

hyeon0208
Copy link
Contributor

🚩 연관 이슈

close #609


📝 작업 내용

save() 시에 반환된 meeting 객체에서 createAt()을 가져올 경우 가공된 형식이 아닌 LocalDateTime의 기본 형식이 반환되는 문제로
같은 meeting으로 생성된 FcmTopic이라도 Mate 참여시에 생성된 FCM 토픽과 모임 생성시 생성된 FCM 토픽이 달라 알림이 가지 않았음.
DateTimeFormatter로 createAt() 형태를 고정해놓았음.


🏞️ 스크린샷 (선택)


🗣️ 리뷰 요구사항 (선택)

Copy link

Test Results

148 tests  ±0   148 ✅ ±0   5s ⏱️ ±0s
 43 suites ±0     0 💤 ±0 
 43 files   ±0     0 ❌ ±0 

Results for commit dd248d3. ± Comparison against base commit 77af34d.

Copy link

📝 Test Coverage Report

Overall Project 79.62%
Files changed 100% 🍏

File Coverage
FcmTopic.java 100% 🍏

@hyeon0208 hyeon0208 merged commit 0477039 into main Sep 26, 2024
3 checks passed
@hyeon0208 hyeon0208 deleted the hotfix/609 branch September 26, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants