Skip to content

Commit

Permalink
feat : 내 맛집 리스트 api 응답 에러 수정 #31
Browse files Browse the repository at this point in the history
- user_restaurant_list -> user_restaurant_lists

Co-authored-by: GeunH <[email protected]>
  • Loading branch information
LeeTH916 and GeunH committed Dec 3, 2023
1 parent 2b6d8e7 commit 9e25f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/user/user.restaurantList.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class UserRestaurantListRepository extends Repository<UserRestaurantListE
"restaurant.category",
"restaurant.phoneNumber",
"restaurant.reviewCnt",
"user_restaurant_list.created_at",
"user_restaurant_lists.created_at",
`CASE WHEN user_wish_list.userId IS NOT NULL THEN TRUE ELSE FALSE END AS "isWish"`,
])
.where(
Expand Down

0 comments on commit 9e25f7d

Please sign in to comment.