Skip to content

Commit

Permalink
create review log
Browse files Browse the repository at this point in the history
  • Loading branch information
eldpswp99 committed Nov 21, 2023
1 parent 8313070 commit 5db0355
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/review/review.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export class ReviewService {
restaurant: restaurantDto,
} = createReviewDto;

console.log(createReviewDto);

const restaurant =
await this.restaurantRepository.findOrCreate(restaurantDto);
const images = await this.imageRepository.findBy({
Expand Down

0 comments on commit 5db0355

Please sign in to comment.