Fix Tampilan User & Admin Menu Inovasi & Lingkungan

This commit is contained in:
2025-09-22 17:15:11 +08:00
parent 0fc47c28ff
commit b5c044df6e
40 changed files with 3114 additions and 1667 deletions

View File

@@ -24,7 +24,7 @@ export default async function pengelolaanSampahFindMany(context: Context) {
where,
skip,
take: limit,
orderBy: { createdAt: 'desc' },
orderBy: { createdAt: 'asc' },
}),
prisma.pengelolaanSampah.count({
where,