Fix version #19

Merged
bagasbanuna merged 2 commits from apple-reject/28-nov-25 into staging 2025-11-28 11:47:44 +08:00
3 changed files with 3 additions and 7 deletions
Showing only changes of commit a06036cab7 - Show all commits

View File

@@ -55,12 +55,6 @@ async function GET(request: Request) {
const takeData = 10;
const skipData = page * takeData - takeData;
// console.log("[BLOCKED ID]", id);
// console.log("[PAGE]", page);
// console.log("[TAKE DATA]", takeData);
// console.log("[SKIP DATA]", skipData);
// console.log("[SEARCH]", search);
try {
const data = await prisma.blockedUser.findMany({
take: page ? takeData : undefined,