fix (backend): missing import

This commit is contained in:
naskya 2024-07-22 04:29:22 +09:00
parent dee775ae42
commit dcec59b664
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -30,6 +30,7 @@ import { koaBody } from "koa-body";
import removeTrailingSlash from "koa-remove-trailing-slashes";
import { setupEndpointsAuthRoot } from "@/server/api/mastodon/endpoints/auth.js";
import { CatchErrorsMiddleware } from "@/server/api/mastodon/middleware/catch-errors.js";
import { inspect } from "node:util";
export const serverLogger = new Logger("server", "gray", false);