chore: minor changes

This commit is contained in:
Ou
2025-04-04 19:59:44 +08:00
parent b6db719b46
commit 4d87df1009
+1 -1
View File
@@ -74,7 +74,7 @@ export class Cache {
export async function getCacheTable() {
try {
const db = useDatabase()
logger.info("db: ", db.getInstance())
// logger.info("db: ", db.getInstance())
if (process.env.ENABLE_CACHE === "false") return
const cacheTable = new Cache(db)
if (process.env.INIT_TABLE !== "false") await cacheTable.init()