rm comment

pull/7537/head
Aiden Cline 2026-01-09 17:40:32 -06:00
parent 5d9801f206
commit 4f2514d9f5
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ export namespace Server {
export const App: () => Hono = lazy(
() =>
// TODO: Break server.ts into smaller route files to fix type inference
// @ts-expect-error - Hono route chain is too deep for TypeScript's type inference
app
.onError((err, c) => {
log.error("failed", {