diff --git a/src/hono-base.ts b/src/hono-base.ts index 365ad096..ea23ec26 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