-
Notifications
You must be signed in to change notification settings - Fork 1
Fix/131 알람 api 수정 #132
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/131 알람 api 수정 #132
Conversation
Walkthrough
Changes
Sequence Diagram(s)sequenceDiagram
participant Header
participant useNotifications
participant useQuery
Header->>useNotifications: 호출({ size: 10 }, isLoggedIn)
useNotifications->>useQuery: enabled: isLoggedIn, refetchInterval: isLoggedIn ? 10000 : false
useQuery-->>useNotifications: 결과 반환
useNotifications-->>Header: 알림 데이터 반환
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (3)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
BokyungCodes
left a comment
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.
불필요한 API 호출 방지한거 조아요!
LeeCh0129
left a comment
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.
알람 API 고생하셨습니다!
📌 변경 사항 개요
알람 api 수정
📝 상세 내용
로그인하지 않은 상태에서 알림 API 반복 요청으로 401 에러 발생 문제 해결
🔗 관련 이슈
🖼️ 스크린샷(선택사항)
💡 참고 사항
Summary by CodeRabbit
신규 기능
버그 수정