Skip to content

Commit

Permalink
fix: added review repository to product test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhaemis-hack committed Mar 1, 2025
1 parent 7744193 commit a1b3bd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/products/products.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { ProductsService } from './products.service';
import { UpdateProductDTO } from './dto/update-product.dto';
import { isUUID } from 'class-validator';
import { GetTotalProductsResponseDto } from './dto/get-total-products.dto';
import { skipAuth } from '../../helpers/skipAuth';
import { CreateReviewDto } from './dto/create-review.dto';
import { User } from '../user/entities/user.entity';
import { AuthGuard } from '../../guards/auth.guard';
Expand All @@ -30,7 +29,6 @@ import { INVALID_ORG_ID, INVALID_PRODUCT_ID } from '@shared/constants/SystemMess
import { CustomHttpException } from '@shared/helpers/custom-http-filter';
import { SuperAdminGuard } from '@guards/super-admin.guard';


@ApiTags('Products')
@Controller('')
export class ProductsController {
Expand Down

0 comments on commit a1b3bd1

Please sign in to comment.