We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ede1f2 commit 51dfad2Copy full SHA for 51dfad2
src/routes/v1_versions.ts
@@ -1,5 +1,5 @@
1
import type { HonoContext } from "../types";
2
-import { OpenAPIHono, z } from "@hono/zod-openapi";
+import { OpenAPIHono } from "@hono/zod-openapi";
3
import { EMOJI_LOCK_SCHEMA } from "../schemas";
4
import { createError, getCachedVersions } from "../utils";
5
import { ALL_EMOJI_VERSIONS_ROUTE, LATEST_EMOJI_VERSIONS_ROUTE } from "./v1_versions.openapi";
0 commit comments