New github 2

This commit is contained in:
2025-10-27 11:22:14 +08:00
parent 4ef93e0509
commit c47decf246

View File

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