Compare commits
3 Commits
push-stagi
...
apple-reje
| Author | SHA1 | Date | |
|---|---|---|---|
| a06036cab7 | |||
| c3d8ccd490 | |||
| ba6a83f61d |
@@ -2,6 +2,8 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
||||
|
||||
## [1.5.18](https://wibugit.wibudev.com/wibu/hipmi/compare/v1.5.17...v1.5.18) (2025-11-28)
|
||||
|
||||
## [1.5.17](https://wibugit.wibudev.com/wibu/hipmi/compare/v1.5.16...v1.5.17) (2025-11-24)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hipmi",
|
||||
"version": "1.5.17",
|
||||
"version": "1.5.18",
|
||||
"private": true,
|
||||
"prisma": {
|
||||
"seed": "bun prisma/seed.ts"
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user