diff --git a/src/hono-base.ts b/src/hono-base.ts index 365ad096d..ea23ec260 100644 --- a/src/hono-base.ts +++ b/src/hono-base.ts @@ -382,10 +382,6 @@ class Hono) { if (err instanceof Error) { return this.errorHandler(err, c) @@ -406,7 +402,7 @@ class Hono