chore: test ticket service and ticket message
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
/******************************************** */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user