Deskripsi:
- fix api fitur divisi yg di nonaktifkan

No issues
This commit is contained in:
amel
2025-03-04 12:49:58 +08:00
parent 6aee5f8055
commit db118fe707
8 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ export async function GET(request: Request) {
const cek = await prisma.division.count({
where: {
isActive: true,
// isActive: true,
id: String(divisi)
}
})