chore: 移除分号

This commit is contained in:
CrescentLeaf
2025-10-08 01:12:05 +08:00
parent 11362a5689
commit e666dc573a

View File

@@ -2,7 +2,7 @@ import { DatabaseSync } from "node:sqlite"
import path from 'node:path' import path from 'node:path'
import config from "../config.ts" import config from "../config.ts"
import { SQLInputValue } from "node:sqlite"; import { SQLInputValue } from "node:sqlite"
export default class UserChatLinker { export default class UserChatLinker {
static database: DatabaseSync = this.init() static database: DatabaseSync = this.init()