removed unneeded HonoRequest

pull/1151/head
Nicholas Dobie 2025-05-07 09:56:23 -05:00 committed by GitHub
parent ae6e94856d
commit 19d55ea2d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import {
ATTR_URL_FULL,
ATTR_HTTP_ROUTE,
} from '@opentelemetry/semantic-conventions'
import type { Env, HonoRequest, Input } from 'hono'
import type { Env, Input } from 'hono'
import { createMiddleware } from 'hono/factory'
import metadata from '../package.json' with { type: 'json' }