address linter complaints in auth.ts

This commit is contained in:
CaptOrb 2025-08-27 22:21:35 +01:00
parent 2a05f1d8a2
commit 80dbdb3e4b

View File

@ -1,3 +1,4 @@
/** biome-ignore-all lint/complexity/useLiteralKeys: <oli said it was ok> */
import { type Request, type Response, Router } from "express";
import { config } from "../config/env";
import { createForge, listAvailableForges } from "../services/forges";