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

모임 전체 조회시 ID 누락 수정 #59

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Conversation

ksk0605
Copy link
Contributor

@ksk0605 ksk0605 commented Jul 17, 2024

PR의 목적이 무엇인가요?

모임 전체 조회시 ID 누락 수정

이슈 ID는 무엇인가요?

설명

  • 모임 전체 조회시 ID 정보가 담아져 오도록 수정함

질문 혹은 공유 사항 (Optional)

@@ -18,6 +19,7 @@ public record MoimFindAllResponse(
) {
public static MoimFindAllResponse toResponse(Moim moim) {
return MoimFindAllResponse.builder()
.id(moim.getId())
Copy link
Contributor

Choose a reason for hiding this comment

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

id가 아닌 moimId로 수정해주세요 ~

Copy link
Contributor Author

Choose a reason for hiding this comment

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

헉 매의눈 ^^

Copy link
Contributor

@Mingyum-Kim Mingyum-Kim left a comment

Choose a reason for hiding this comment

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

고생했어 뽸갱 ~

@ksk0605 ksk0605 merged commit f35d194 into develop-backend Jul 17, 2024
1 check passed
@Mingyum-Kim Mingyum-Kim deleted the fix/#57 branch July 17, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants