From a81d32bcd8e88caa5e7be0254af080bd3fe4ebd0 Mon Sep 17 00:00:00 2001 From: johnpyp Date: Fri, 11 Apr 2025 19:25:38 -0400 Subject: [PATCH] docs: remove unused and undefined `createHandler` in Hono integration doc --- apps/content/docs/integrations/hono.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/content/docs/integrations/hono.md b/apps/content/docs/integrations/hono.md index 399237874..614873d08 100644 --- a/apps/content/docs/integrations/hono.md +++ b/apps/content/docs/integrations/hono.md @@ -11,7 +11,7 @@ description: Integrate oRPC with Hono ```ts import { Hono } from 'hono' -import { createMiddleware, RPCHandler } from '@orpc/server/fetch' +import { RPCHandler } from '@orpc/server/fetch' const app = new Hono()