Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
2213 changed files with 100601 additions and 24374 deletions
Showing only changes of commit 7fe5826f5c - Show all commits

View File

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