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

feat: 팔로잉 목록 조회 API 구현 #71

Merged
merged 3 commits into from
Feb 6, 2024
Merged

feat: 팔로잉 목록 조회 API 구현 #71

merged 3 commits into from
Feb 6, 2024

Conversation

kdkdhoho
Copy link
Collaborator

@kdkdhoho kdkdhoho commented Feb 6, 2024

Description

Relation Issues

@kdkdhoho kdkdhoho added the 기능 label Feb 6, 2024
@kdkdhoho kdkdhoho self-assigned this Feb 6, 2024
@kdkdhoho kdkdhoho requested a review from pparkjs as a code owner February 6, 2024 05:49
@kdkdhoho kdkdhoho linked an issue Feb 6, 2024 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@pparkjs pparkjs left a comment

Choose a reason for hiding this comment

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

팔로잉 목록 조회 API와 entity 구현하느라 수고하셨습니다!

List<User> followingUsers = follows.stream()
.map(Follow::getFollowingUser)
.toList();
return FollowingsResponse.of(followingUsers);
Copy link
Collaborator

Choose a reason for hiding this comment

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

잘 구현하셨습니다!

@pparkjs pparkjs merged commit 98a4861 into dev Feb 6, 2024
1 check passed
@pparkjs pparkjs deleted the feat/64 branch February 6, 2024 12:14
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.

팔로잉 목록 조회 API 구현
2 participants