Skip to content

Commit

Permalink
test: test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
AbolfazlGhaderi committed Dec 8, 2024
1 parent a041acc commit d5a981c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/category/category.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class CategoryService
async getAllCategories(paginationData:PaginationDTO)
{
const { page, limit, skip } = paginationSolver(+paginationData.page, +paginationData.limit)
console.log(this.categoryRepository)
const [ categories, count ] = await this.categoryRepository.findAndCount(
{
where:{},
Expand Down

0 comments on commit d5a981c

Please sign in to comment.