chore: fix bug
This commit is contained in:
@@ -148,6 +148,7 @@ export class DanakServicesService {
|
||||
async getCategories(queryDto: CategorySearchQueryDto) {
|
||||
const where: FindOptionsWhere<DanakServiceCategory> = {
|
||||
isActive: true,
|
||||
deletedAt: IsNull(),
|
||||
};
|
||||
|
||||
if (queryDto.parentId === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user