chore: test ticket service and ticket message

This commit is contained in:
mahyargdz
2025-01-29 16:08:18 +03:30
parent 5e9561b417
commit 8fb587f976
7 changed files with 70 additions and 41 deletions
@@ -75,7 +75,7 @@ export class DanakServicesService {
const [categories, count] = await queryBuilder.skip(skip).take(limit).getManyAndCount();
return { categories, count };
return { categories, count, paginate: true };
}
/******************************************** */