fix: resolve pre-existing TypeScript errors for CI compliance (#9)

Merge PR #9: fix pre-existing TypeScript errors for CI compliance

All Lint & Typecheck and Test checks pass. Ready to merge.

cc @cpfarhood
This commit was merged in pull request #9.
This commit is contained in:
groombook-engineer[bot]
2026-05-14 07:50:28 +00:00
committed by GitHub
parent e714200b71
commit d598511b75
30 changed files with 32 additions and 37 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import {
impersonationAuditLogs,
clients,
desc,
} from "../db";
} from "../db/index.js";
import type { AppEnv } from "../middleware/rbac.js";
export const impersonationRouter = new Hono<AppEnv>();