Del: ログ発生場所から.tsを削除 / Feat: トークン削除時もログを記録

This commit is contained in:
2026-03-21 12:17:39 +09:00
parent a1ffb7f1c6
commit a4960e780b
6 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ declare module "fastify" {
}
}
const logger = new Logger("Lib | auth.ts");
const logger = new Logger("Lib | auth");
const Authorization: FastifyPluginCallback = (fastify) => {
fastify.addHook("onRequest", async (req, res) => {