refactor: Choice에서 ChoiceContent를 지연 로딩한다 #188
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.
What is this PR? 🔍
instanceOf
를 못하므로 각ChoiceContent
엔티티 안에 response 모델로 바꾸는 코드를 추가했습니다.ChoiceContent
정도면 모델에 변화가 거의 없을 것 같아 괜찮다고 판단했습니다.ChoiceContentResponse
인터페이스 안에 모아둘 수 있어서 더 관리하기 편할 수도?