Skip to content

Commit 19a2316

Browse files
committed
chore: lint
1 parent a02f7f9 commit 19a2316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/v1_categories.openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createRoute, z } from "@hono/zod-openapi";
2-
import { ApiErrorSchema, EmojiVersionSchema } from "../schemas";
2+
import { ApiErrorSchema } from "../schemas";
33

44
const VERSION_PATH_PARAMETER = {
55
in: "path" as const,

0 commit comments

Comments
 (0)