-
Notifications
You must be signed in to change notification settings - Fork 0
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 | #81 | @YongsHub | v1.0.1 출시 위해 Query Transform 리팩토링 #88
Conversation
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.
Map에서 dto로 가공할 필요없이 쿼리에서 dto로 바로 넘길 수 있을텐대, 이후에 제가 처리해보겠습니다. 고생하셨어요 !
|
||
import com.lovebird.domain.dto.query.DiaryResponseParam | ||
|
||
data class DiarySimpleResponse( |
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.
갑자기 네이밍을 바꾸신 특별한 이유가 있으실까요?
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.
DiaryResponse와 DiarySimpleResponse의 return value들이 기존에 달랐던걸 인지하지 못하고 통합해버려서 원래대로 다시 분리했습니다!
CI에서 패키지 import 순서 관련 ktlint 에러 났네요 ~ 확인해주세요 ~ |
#81