Skip to content

Commit

Permalink
#296: 마이페이지 필터링 타입 인기순 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thoonk committed Oct 5, 2024
1 parent 6f164d8 commit 3c23ae5
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ enum FilterType {
case .oldest:
return "OLDEST"
case .mostPopular:
/*
TODO: - API 개발 후 추가 예정
*/
return ""
return "MOST_LIKED"
}
}
}

0 comments on commit 3c23ae5

Please sign in to comment.