Compare commits

...

2 Commits

Author SHA1 Message Date
Nicholas Dobie 640bf7fae7
Merge 19d55ea2d3 into 0debb59474 2025-05-07 14:56:27 +00:00
Nicholas Dobie 19d55ea2d3
removed unneeded HonoRequest 2025-05-07 09:56:23 -05:00
1 changed files with 1 additions and 1 deletions

View File

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