[chore/#127] 네이버 D2 로고 이미지 및 SK C&C url 추가 #136
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
❤️ 기능 설명
버그 수정: TechBlog logoUrl 조건문 오류 수정
문제:
TechBlog생성자에서 logoUrl을 파라미터로 받았으나, 조건문에서this.logoUrl을 체크하여 항상 null로 판단되는 버그해결:
TechBlog.java:40- 조건문을if (this.logoUrl != null)→if (logoUrl != null)로 수정하여 파라미터 값을 올바르게 체크하도록 수정InitialDataConfig.java- 네이버D2와 SK C&C의 logoUrl을 빈 문자열(" ")에서 실제 로고 URL로 변경변경 파일:
src/main/java/com/techfork/domain/source/entity/TechBlog.javasrc/main/java/com/techfork/global/config/InitialDataConfig.java연결된 issue
연결된 issue를 자동으로 닫기 위해 아래 {이슈넘버}를 입력해주세요.
close #127
✅ 체크리스트