Mobile notification & EULA route #40

Merged
bagasbanuna merged 21 commits from mobile-notification/9-jan-26 into staging 2026-01-09 17:47:41 +08:00
52 changed files with 146 additions and 3630 deletions
Showing only changes of commit 7530a38c4d - Show all commits

View File

@@ -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)

View File

@@ -1,6 +1,6 @@
{
"name": "hipmi",
"version": "1.5.17",
"version": "1.5.18",
"private": true,
"prisma": {
"seed": "bun prisma/seed.ts"

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,