mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 06:23:44 +08:00
注释一堆注释
This commit is contained in:
@@ -20,7 +20,7 @@ async function handle(
|
||||
try {
|
||||
const skip = Number(searchParams.get("skip"));
|
||||
const take = Number(searchParams.get("take"));
|
||||
console.log("-----", skip, take);
|
||||
// console.log("-----", skip, take);
|
||||
const result = searchText
|
||||
? await prisma.user.findMany({
|
||||
orderBy: {
|
||||
|
||||
Reference in New Issue
Block a user