New Repo after delete hahaha !! #1

Merged
bagasbanuna merged 27 commits from mobile-api/24-oct-25 into staging 2025-10-27 11:31:25 +08:00
38 changed files with 3767 additions and 58 deletions
Showing only changes of commit c47decf246 - Show all commits

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({