Skip to content

Commit

Permalink
[fix] 옷 추천 정렬 옵션 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ezidayzi committed May 23, 2023
1 parent efc68e2 commit 39c8f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/dandi/Data/Network/Service/ClothesService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ extension ClothesService: BaseTargetType {

case let .getRecommendedClothes(size, page):
return .requestParameters(
parameters: ["size": size, "page": page, "sort": "createdAt,DESC"],
parameters: ["size": size, "page": page],
encoding: URLEncoding.queryString
)
}
Expand Down

0 comments on commit 39c8f5c

Please sign in to comment.