Skip to content

Commit 51dfad2

Browse files
committed
chore: lint
1 parent 5ede1f2 commit 51dfad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/v1_versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { HonoContext } from "../types";
2-
import { OpenAPIHono, z } from "@hono/zod-openapi";
2+
import { OpenAPIHono } from "@hono/zod-openapi";
33
import { EMOJI_LOCK_SCHEMA } from "../schemas";
44
import { createError, getCachedVersions } from "../utils";
55
import { ALL_EMOJI_VERSIONS_ROUTE, LATEST_EMOJI_VERSIONS_ROUTE } from "./v1_versions.openapi";

0 commit comments

Comments
 (0)