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

hotfix: Profile Image가 null 일 때 timestamp 안붙도록 처리 #209

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

kdomo
Copy link
Member

@kdomo kdomo commented Jan 23, 2024

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 현재 이미지 캐싱을 사용하지 않기 위해 timestamp 값을 직접 추가해주고 있는데, null 인경우에도 timestamp가 붙어서 에러 발생하여 Null 체크 진행

@kdomo kdomo added the 🐛 bug/error 버그 및 에러 픽스 label Jan 23, 2024
@kdomo kdomo added this to the 2.5차 스프린트 milestone Jan 23, 2024
@kdomo kdomo requested review from char-yb and uwoobeat January 23, 2024 14:22
@kdomo kdomo self-assigned this Jan 23, 2024
Copy link

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

41 New issues
0 Security Hotspots
52.5% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@kdomo kdomo merged commit 19097da into develop Jan 23, 2024
3 checks passed
@github-actions github-actions bot added the merged 머지된 PR label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug/error 버그 및 에러 픽스 merged 머지된 PR
Projects
Status: 완료
Development

Successfully merging this pull request may close these issues.

🐛 Profile Image가 null 일 때 timestamp 안붙도록 처리
1 participant