Skip to content

Commit

Permalink
feat : Update restaurant.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTH916 authored Jan 28, 2024
1 parent 4bd97de commit 956cb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/restaurant/restaurant.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ReviewRepository } from "../review/review.repository";
import { LocationDto } from "./dto/location.dto";
import { AwsService } from "../aws/aws.service";
import { Cron } from "@nestjs/schedule";
import { ElasticsearchService } from "./elasticSearch.service";
//import { ElasticsearchService } from "./elasticSearch.service";
import { UserRestaurantListEntity } from "src/user/entities/user.restaurantlist.entity";
import { UserWishRestaurantListEntity } from "src/user/entities/user.wishrestaurantlist.entity";

Expand All @@ -29,7 +29,7 @@ export class RestaurantService {
private userRepository: UserRepository,
private reviewRepository: ReviewRepository,
private awsService: AwsService,
private elasticSearchService: ElasticsearchService
//private elasticSearchService: ElasticsearchService
) { }

async searchRestaurant(searchInfoDto: SearchInfoDto, tokenInfo: TokenInfo) {
Expand Down

0 comments on commit 956cb30

Please sign in to comment.