Make biome happier

This commit is contained in:
2026-01-01 17:22:04 -06:00
parent 20e5da0d54
commit e2ea472a10
5 changed files with 20 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
import { contentTypes } from "./content-types";
import { httpCodes } from "./http-codes";
import { services } from "./services";
import { Call, Handler, Result } from "./types";
import type { Call, Handler, Result } from "./types";
const multiHandler: Handler = async (call: Call): Promise<Result> => {
const code = httpCodes.success.OK;