From e666dc573a052d91b5e35c75b553cf873f0175e3 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Wed, 8 Oct 2025 01:12:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=88=86=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/data/UserChatLinker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/data/UserChatLinker.ts b/server/data/UserChatLinker.ts index 0204a23..b8ebee4 100644 --- a/server/data/UserChatLinker.ts +++ b/server/data/UserChatLinker.ts @@ -2,7 +2,7 @@ import { DatabaseSync } from "node:sqlite" import path from 'node:path' import config from "../config.ts" -import { SQLInputValue } from "node:sqlite"; +import { SQLInputValue } from "node:sqlite" export default class UserChatLinker { static database: DatabaseSync = this.init()