From 9961efd91af329fca18544403f2eb9ecb608a240 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sat, 14 Feb 2026 02:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=88=9B=E5=BB=BA=E6=96=B0?= =?UTF-8?q?=E6=A0=87=E8=AE=B0=E6=97=B6=E7=9A=84=20ID=20=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=80=BB=E8=BE=91=EF=BC=8C=E4=BC=98=E5=8C=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=8F=92=E5=85=A5=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/mark/list.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/mark/list.ts b/src/routes/mark/list.ts index 31884f7..0de93e7 100644 --- a/src/routes/mark/list.ts +++ b/src/routes/mark/list.ts @@ -150,7 +150,6 @@ app markModel = updated[0]; } else { const inserted = await db.insert(schema.microMark).values({ - id: nanoid(), data: data || {}, ...rest, uname: tokenUser.username,