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

[Fix] #227 팔로우한 친구 목록 조회 시, 최근에 팔로우한 순으로 정렬 #228

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

yeseul106
Copy link
Member

@yeseul106 yeseul106 commented Oct 17, 2023

⭐ Related Issue

📌 Work description

  • 팔로우한 친구 목록 조회 시, 최근에 팔로우한 순으로 정렬되도록 했습니다.
  • changed file이 엄청 많은건, vscode의 prettier 세팅을 해놔서 자동으로 코드 포맷팅 되어 그렇습니다 ! 요거 현정님도 세팅해주시면 코드 통일 되고 좋을 듯요 !!

✔️ Questioon & PR point

@yeseul106 yeseul106 added fix 버그, 오류 해결 예슬🐼 labels Oct 17, 2023
@yeseul106 yeseul106 self-assigned this Oct 17, 2023
Copy link
Contributor

@hyeonjeongs hyeonjeongs left a comment

Choose a reason for hiding this comment

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

자동 포맷팅 설정할게요오 ~ 빠른 반영 감사합니다:)

Comment on lines +212 to +215
orderBy: {
followId: "desc",
},
});
Copy link
Contributor

Choose a reason for hiding this comment

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

굿입니다앙

@hyeonjeongs hyeonjeongs merged commit 8817a04 into develop Oct 17, 2023
1 check passed
@yeseul106 yeseul106 deleted the fix/#227-friend-follow-sort branch December 29, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그, 오류 해결 예슬🐼
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 팔로우하는 유저, 팔로우한 날짜 기준으로 최신순 정렬
2 participants