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 100599 additions and 24374 deletions
Showing only changes of commit 4ef93e0509 - Show all commits

View File

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