This commit is contained in:
2025-10-27 11:27:59 +08:00
parent c47decf246
commit 7fe5826f5c

View File

@@ -13,6 +13,7 @@ async function GET(request: Request) {
console.log("[CATEGORY]", category); console.log("[CATEGORY]", category);
let fixData; let fixData;
try { try {
if (category === "dashboard") { if (category === "dashboard") {
const publish = await prisma.donasi.count({ const publish = await prisma.donasi.count({