Skip to content

Commit

Permalink
"fix: removed 'skipAuth' due to failing lint task"
Browse files Browse the repository at this point in the history
"the skipAuth conflicts with the already defined type in the Base code base"
  • Loading branch information
Jhaemis-hack authored Mar 1, 2025
1 parent ce1e7dd commit 5e37559
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 Down

0 comments on commit 5e37559

Please sign in to comment.