Compare commits

..

1 Commits

Author SHA1 Message Date
Nicholas Dobie ad5b3d7e5c
Merge ae6e94856d into 0debb59474 2025-05-07 00:39:22 -05:00
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, Input } from 'hono'
import type { Env, HonoRequest, Input } from 'hono'
import { createMiddleware } from 'hono/factory'
import metadata from '../package.json' with { type: 'json' }