mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +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: {
|
||||
|
||||
@@ -272,7 +272,7 @@ export async function saveLogs(logData: {
|
||||
data: logData,
|
||||
});
|
||||
} catch (e) {
|
||||
console.log("-------[debug log2]", logData);
|
||||
// console.log("-------[debug log2]", logData);
|
||||
delete logData?.userID;
|
||||
const result = await prisma.logEntry.create({
|
||||
data: logData,
|
||||
|
||||
Reference in New Issue
Block a user