chore (minor, backend): remove unused import

This commit is contained in:
naskya 2024-04-20 03:04:34 +09:00
parent 56038b174d
commit def62ff1ce
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ import { NoteFile } from "@/models/entities/note-file.js";
import { entities as charts } from "@/services/chart/entities.js";
import { dbLogger } from "./logger.js";
import { redisClient } from "./redis.js";
const sqlLogger = dbLogger.createSubLogger("sql", "gray", false);