@@ -396,6 +396,7 @@ export class CacheSyncService {
const categories = await this.mongoPrisma.category.findMany({
where: {
// isDeleted: false,
+ status: 1, // only active categories
},
orderBy: {
seq: 'asc',