Skip to content

Commit

Permalink
[Fix] Health-Food-Me#124 - 리뷰 서비스 배열로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yungu0010 committed Jul 18, 2022
1 parent 49754b8 commit 0c38cd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension ReviewService {
func requestReviewList(restaurantId: String,
completion: @escaping(NetworkResult<Any>) -> Void) {
requestObject(ReviewRouter.getReviewList(restaurantId: restaurantId),
type: ReviewListEntity.self,
type: [ReviewListEntity].self,
decodingMode: .model,
completion: completion)
}
Expand Down

0 comments on commit 0c38cd1

Please sign in to comment.