update backend
All checks were successful
Deploy to Production / deploy (push) Successful in 20s

This commit is contained in:
silverpro89
2026-02-26 15:00:58 +07:00
parent 68308743ff
commit 9af45a7875
8 changed files with 49 additions and 28 deletions

View File

@@ -311,7 +311,7 @@ class CategoryController {
}
// Build query conditions
const where = { category_id: id };
const where = { id: id };
if (is_active !== undefined) where.is_active = is_active === 'true';
// Query subjects