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

[#88] imageUrls null 에러 해결 #89

Merged
merged 1 commit into from
May 4, 2024
Merged

[#88] imageUrls null 에러 해결 #89

merged 1 commit into from
May 4, 2024

Conversation

minsang-alt
Copy link
Contributor

📄 Summary

이미지urls에 null값들어가면서 생긴 NullPointerException 관련 로직 수정했습니다.

🕰️ Actual Time of Completion

1시간 30분

🙋🏻 More

@minsang-alt minsang-alt added 🐞 버그 예기치 않은 문제 또는 의도하지 않은 동작에 대한 이슈입니다 🔨 리팩터링 개선사항입니다 labels May 4, 2024
@minsang-alt minsang-alt requested a review from Enble May 4, 2024 14:17
@minsang-alt minsang-alt self-assigned this May 4, 2024
Copy link

github-actions bot commented May 4, 2024

Unit Test Results

44 tests   44 ✔️  2s ⏱️
20 suites    0 💤
20 files      0

Results for commit d687ec5.

Copy link
Contributor

@Enble Enble left a comment

Choose a reason for hiding this comment

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

LGTM

@Enble Enble merged commit 4b134b3 into main May 4, 2024
3 checks passed
@Enble Enble deleted the refactor/88 branch May 4, 2024 14:40
@minsang-alt minsang-alt restored the refactor/88 branch May 4, 2024 14:59
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.

이슈 수정시 imageUrls에 넘긴 이미지링크에 대한 로직 수정을 한다
2 participants